| Allegro CL version 9.0 This page is new in 9.0. |
Arguments: outline
Returns the value of the select-on-typing property of
an outline
control. The
value may be specified at creation time by passing the
select-on-typing initarg to make-instance, or any time later by calling
(setf
select-on-typing).
When this property is true, as it is by default, then the user will be able to select outline items by typing the starting characters of outline item labels. If select-on-multiple-characters is also true, then the first few or more characters of the desired item may be typed, and otherwise each typed character will jump to the next item whose label begins with that character.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 9.0 release.
Created 2019.8.20.
| Allegro CL version 9.0 This page is new in 9.0. |