graphics.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_scrolltextwindow
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The _scrolltextwindow function scrolls the text in a text window
     (previously defined by the _settextwindow function).
 
     The <lines> argument specifies the number of lines to scroll. A
     positive value scrolls the window up (the usual direction); a
     negative value scrolls the window down. Specifying a number larger
     than the height of the current text window is equivalent to
     calling _clearscreen(_GWINDOW). A value of 0 for <lines> has no
     effect on the text.
 
     Return Value
 
     None.
                                    -♦-