Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 tw_VAttr( wT, wL, wB, wR, pattr )
 ----------------------------------------------------------------------------
     Change the colour in a screen region to that defined by pattr
     without disturbing the contents of the screen.

       Arguments:

     wT,wL
     wB,wR   - 'N' Screen Coordinates. This defaults to Full Screen if
                   not passed.

       Return:

     NIL

       Example:

     tw_VAttr( wT + 1, wR + 1, wB + 1, wR + _twShTh() ,;
                           IIF(ISCOLOR(),8,7))

     This is used to make one of the shadow areas in the wShadow()
     function.

See Also: twShadow()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson