on-sort-key

Generic Function

Package: common-graphics

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 funtion 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 thenselves are sorted.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm. See also About event handling in the IDE in that document.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.