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

select-outline-item

Arguments: (outline outline) outline-item

Selects the specified outline-item in outline, which means that the item will be highlighted and its value will be the value of the outline control. This is similar to calling (setf value) to set the value of the outline to be the value of the outline-item, but is more efficient due to not looking up the item from its value. And calling (setf value) is not a good idea if multiple outline-items have that same value, because the intended outline-item may not be the one that is found. So this function is generally preferable when you have a handle on the outline-item object.


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