| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-section-or-subsection
Invalidates whatever part of the specified grid section is currently
scrolled into view so that it will be redrawn to reflect possibly
updated application values. If the section is completely scrolled out
of view, then nothing is done. This is more efficient than calling
invalidate on the whole
grid-widget
if you know
that changes are limited to one section.
The argument should be a grid-row-section
, grid-column-section
, grid-row
, or grid-column
.
See also invalidate-section.
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 |