| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||
Arguments: grid-section
Returns a list of the grid-rows of a grid-row-section of a grid-widget, or a list
of the grid-columns 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.
subsections is a
property of the grid-section, grid-column-section, and grid-row-section
classes
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. | ||||||||||