| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-widget
When object is a list-view
, returns or sets with setf the
value of the sort-reverse property of the argument. This property is a
boolean (only meaningful values are nil
and
true) which specifies the sort order of the
control. The sorting will reverse if the value of this variable is
switched.
When object is a grid-widget
, returns (or sets with
setf) whether it will be sorted in the reverse order of the order
specified by its current sort-column's on-sort-predicate whenever sort-grid is called on
it.
sort-reverse is a
property of the grid-widget
and list-view
classes.
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 |