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]

 twMenuSetClr( cColor )
 ----------------------------------------------------------------------------

     twMenuSetClr() allows you to set the menu colour different from the
     window in which it is displayed. This is useful when creating
     fancy menus with buttons, for instance. Colours, however, may be
     set through the prompt or allowed to default to the window color.

       Arguments:

     cColor - 'C' This parameter should be passed as Clipper color
                  string. If you pass a background colour, the fourth
                  element in the comma-delimited list, it will be used
                  as the default for the TSDWIN menu message system.
                  The Clipper unselected colour is used for unavailable
                  choices, the standard colour for the normal text
                  colour and the enhanced colour for the highlight bar.

       Return:

     NIL

       Example:

    twSetMenuClr( "bg/b,gr+/r,,gr+/b,n+/b" )

See Also: twMenuTo()

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