| Allegro CL version 6.1 Unrevised | |||||||||
Arguments: grid-column
This is a property of the classes check-box-column-mixin and combo-box-column-mixin, which
implement pseudo-controls in grid-widget columns. When set to
true, the user must click on the small gadget within the cell in order
to activate it by clicking. When nil, the
user can click anywhere in the interior of the cell. (Pressing the
spacebar or return key will still activate the gadget regardless of
the value of this property.)
The default is true, which is unlike the behavior through release 6.0.
The advantage of turning this property on is that the user can click
in the cell to simply give it the keyboard focus, without changing the
value or showing a list of choices. This disadvantage is that the
clickable area is smaller. If it is desired to return to the 6.0
behavior, an application should specify this property as nil.
Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.
| Allegro CL version 6.1 Unrevised | |||||||||