| Allegro CL version 8.1 Minimally revised from 8.0. 8.0 version |
Arguments: row-section column-section &optional redraw-now-p
Tells the operating system to invalidate the grid section specified by the arguments so that the operating system will tell the grid section to redraw itself after all other message processing has completed, or immediately if redraw-now-p is true.
Though the function invalidate is now recommended over most of the invalidate-* functions, it does not replace invalidate-section.
row-section may be either a row-section or
a grid-row
, and
column-section may be either a
column-section or a grid-column
. So you could, for example,
invalidate the area where a single grid-row crosses a whole
column-section.
See also invalidate-whole-section.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. has had minimal revisions compared to the 8.0 page.
Created 2007.4.30.
| Allegro CL version 8.1 Minimally revised from 8.0. 8.0 version |