Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>sbchrthumb() scroll bar function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  SBCHRTHUMB()                                           Scroll Bar Function
 Purpose..: Change the scroll bar thumb character
-------------------------------------------------------------------------------
 Syntax...: sbChrThumb( <aSBar>[, <cThumb>] ) --> cThumbChr

 Arguments: <aSBar>     = scroll bar structure returned via
                          a call to sbNew().

            [<cThumb>]  = thumb character to use. The default
                          is chr( 178 ) or "#".

 Returns..: <C> cThumbChr is the previous thumb character, if <cThumb>
            is not passed. Otherwise it returns the current one.

 Source...: SCRLBAR.PRG
-------------------------------------------------------------------------------
 Example..: . The example creates a new horizontal
              scroll bar structure and changes the thumb character.

                aHorizSB := sbNew( SB_HSCROLL )
                sbChrThumb( aHorizSB, "." )

See Also: sbNew()

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