| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: window box offset
Scrolls (in the sense described below) the contents of box on window by offset (which is a position, see make-position, whose x and y components say how far to scroll in the x and y directions). Pixels moved out of box are lost. Background texture is moved into box to replace pixels that have moved. box must be a box, see make-box.
This function does not do a true scroll. It simply copies a rectangular portion of the window's contents to another place in the window, and is therefore like a special case of copy-stream-area.
This function has not yet been implemented on the GTK platform.
Calling the function on GTK will simply invoke the *gtk-compatibility-warning-action*
.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |