Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>scrl_size()</b> g_exam28 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SCRL_SIZE()                                                          G_EXAM28
   Sets display options for a scroll bar.

   Syntax
         SCRL_SIZE([nScrollNum] [,nBarWidth] [,nButLength] [,nMinBoxSize]
                   [nFontHandle] [,nHorzStart] [,nHorzEnd] [,nVertStart]
                   [,nVertEnd])

   Arguments
         OPTIONAL PARAMETERS
         nScrollNum  Scroll bar number.
         nBarWidth   Width of scroll bar.
         nButLength  Length of left and right arrow buttons.
         nMinBoxSize Minimum size of slider. (default 2)
         nFontHandle Font handle for arrows. (default 1)
         nHorzStart  ASCII value for horizontal start arrow. (default 27)
         nHorzEnd    ASCII value for horizontal end arrow. (default 26)
         nVertStart  ASCII value for vertical start arrow. (default 24)
         nVertEnd    ASCII value for vertical end arrow. (default 25)

   Returns
         None

   Description
         SCRL_SIZE() sets display options for a scroll bar, nScrollNum. You
         can set parameters after opening the scroll bar to change the width,
         box and slider size, font and ASCII characters for arrows.

See Also: SCRL_CLOSE() SCRL_HOT() SCRL_OPEN() SCRL_SLEEP() SCRL_WAKE()

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