simple-click-toggle

Generic Function

Package: common-graphics

Arguments: multi-item-list

Returns whether multi-item-list requires the user to hold down the control key while clicking an item in order to toggle the selected state of that single item. If nil, a simple left click will deselect all other items (which is typical Windows behavior); if true, a simple left click will toggle the clicked item only. Note that holding down the shift key while clicking to select a whole range of values (also typical Windows behavior) is possible only when this property is nil.

This property must be specified with the :simple-click-toggle initarg to make-instance when creating the multi-item-list instance; it cannot be changed later.

simple-click-toggle is a property of the multi-item-list class.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

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.