| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-widget grid-section
This generic function is called whenever the sequence of grid-row
s or grid-column
s in a
grid-section (a grid-section
of
grid-widget, a grid-widget
) has changed. It is called when the
user interactively slides rows or columns to change their order, and
when the set of subsections is changed by calls to (setf subsections), add-row, add-column, delete-row, and delete-column.
An application should not call this function, but it may add methods for side effects.
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 |