Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

select-on-typing

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version