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>sbchrbar() scroll bar function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  SBCHRBAR()                                             Scroll Bar Function
 Purpose..: Change the scroll bar fill character
-------------------------------------------------------------------------------
 Syntax...: sbChrBar( <aSBar>[, <cBar>] ) --> cCurBarChr

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

            [<cBar>]    = bar fill character to use. The default
                          is chr( 176 ) or "#".

 Returns..: <C> cCurBarChr is the previous bar fill character, if <cBar>
            is not passed. Otherwise it returns the current one.

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

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

See Also: sbNew()

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