| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments: grid-widget
Sorts the rows in the focused row-section of grid-widget
by the current sort-column of the grid
and that column's on-sort-predicate.
An application could call (setf sort-column) and sort-grid directly to sort a
grid-widget
at
any time, perhaps in a custom cell-click method, or it could use
the built-in interactive interface provided by the row-section-with-sort-gadget-mixin
class, which provides its own cell-click methods that call these
functions internally.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |