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]

 twAttrib( wBorder, wColor, wT, wL, wB, wR )
 ----------------------------------------------------------------------------
     Changes the colour attribute of all or part of the currently
     window active window. twAttrib() uses a 'C' routine with direct
     screen writes for speed.

       Arguments:

     Border  - 'L' Include or Exclude the border whether in a box or a
                   window. Defaults to .F.

     wColor  - 'C' Clipper colour attribute (eg., "R/GR*").  This
                   function takes no action if wColor is not passed.

     wT,wL
     wB,wR   - 'N' Relative Window Coordinates. This defaults to
                   display area for the current window if not passed.

       Return:

     Current window handle

       Example:

     twAttrib( .F., "W/R", 5, 5, 10, 10 )

See Also: twClear() twVattr() twSattr()

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