Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - wbrwscroll() scroll some text lines in a window http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WBrwScroll()           Scroll some text lines in a window
--------------------------------------------------------------------------------

   Syntax:              WBrwScroll( <hWnd>, <nRows>, <hFont> )  --> nil


   Parameters:

   <hWnd>               The handle of the window to scroll some
                        text lines.

   <nRows>              The number of rows to scroll.

   <hFont>              The font to use to calculate the rows height.


   Returns:             nil

   Observations:        This function is used by FiveWin when
                        scrolling some rows in a TWBrowse control.

   Sample:              SOURCE\\CLASSES\\WBrowse.prg METHOD GoUp()

   Source code:         SOURCE\\WINAPI\\WndBrow.c

   See also:            WBrwLine()


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