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]

 twCreateButton( wT, wL, cButton, lPad, wColor, wSType )
 ----------------------------------------------------------------------------
     Create a half height, half width shadow around a string in a
     window area.

       Arguments:

     wT, wL  - 'N' Relative Window Coordinates

     cButton - 'C' String to put on the button

     lPad    - 'L' Logical to pad the button with a space on both ends.

     wColor  - 'C' Clipper colour attribute. Defaults to current window
                   color.

     wSType  - 'N' TSDWIN Shadow Type. Defaults to current shadow type.

       Return:

     NIL

       Example:

     twCreateButton( 5, 5, "Trial Button", .T., "w+/rb" )

See Also: twButtonBox() twLineShad()

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