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