Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

subsections

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. 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version