| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-section
Returns a list of the grid-row
s of a grid-row-section
of a grid-widget
, or a list
of the grid-column
s of a grid-column-section
of
a grid-widget. The setf of this function may be called to replace the
current subsections of a row-section or column-section with a new list
of grid-rows or grid-columns that were created with make-instance. This is generally faster than
deleting and adding subsections individually by calling delete-row, delete-column, add-row, and/or add-column. An
application can know whenever the sequence of subsections has changed
by adding methods to subsection-sequence-changed.
subsections is a
property of the grid-section
, grid-column-section
, and grid-row-section
classes
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 |