| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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-item
s 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |