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]

 twGaugeNew( wT, wL, wB, wR, cBackClr, cBarClr,;
             cBarCharacter, wFType )
 ----------------------------------------------------------------------------
     Initialize a new gaugebar. The bar is of the form:

              +------------------[  38%  ]--------------------+
              |####################                           |
              +-----------------------------------------------+

     The percentage is displayed if there is room. The height of the
     bar is determined by the coordinates used to initialize it.


       Arguments:

     wT, wL
     wB, wR        - 'N' Relative window coordinates

     cBackClr      - 'C' Background colour for the bar.

     cBarClr       - 'C' Actual Bar Colour. The colours default to the
                         current window colour.

     cBarCharacter - 'C' Character for the bar. Defaults to CHR( 219 ).

     wFType        - 'N' Frame type to use for the bar display.
                         Defaults to the current window frame type.

       Return:

     Bar Handle to be used in displaying and updating the bar.

       Example:

     nBarHandle := twGaugeNew( 5, 5, 10, 74, ;
                      twStdClr( _wColor() ), ;
                      twEnhClr( _wColor() ), "#", 5 )

See Also: twGaugeDisplay() twGaugeUpdate()

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