| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||
Arguments: window offset &key delay-redraw
Scrolls window by offset
which must be a position object (see make-position) indicating the
amount to scroll by in the x and y directions. Redrawing is delayed if
the delay-redraw keyword argument is
true. Returns the actual amount of scrolling achieved as a position,
or nil if no scrolling was done. See also
scroll-to.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||