| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version | ||||||||||
Arguments: list-view-column
Returns or sets with setf the
value of the on-sort-key event property of
list-view-column. See list-view and list-view-column.
The value should be a function
object or a function name (a symbol naming a function), or nil. The function should accept one argument and is
applied to each object in list-view-column to be
sorted to produce the actual value on which sorting is based. See the
key argument to sort. If the value is nil, the objects themselves are sorted.
See cg-events.htm for information about event handling in Common Graphics.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version | ||||||||||