| Allegro CL version 9.0 This page is new in 9.0. |
Arguments: outline &key move-to-parent-only
Causes the child items of the currently selected outline-item
to be hidden, unless
move-to-parent-only is true or the
selected item is already closed, in which case it will instead select
the parent item of the selected item. This function is otherwise
similar to close-outline-item-value except that it works on
the currently selected item rather than on the item that has a
specified value.
This function could be called directly for an interactive command to close the selected item, moving to the parent item if it already closed.
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. |