| Allegro CL version 9.0 This page is new in 9.0. |
Arguments: outline &key value
Creates an outline-item
that has the specified value, and adds it to the
specified outline
as a
child of the currently selected item, if any, and otherwise as a
top-level item. The item will be positioned at the top of its
siblings.
This function is a specialization of the more general function add-outline-item-value, and could be used directly for an interactive command to create a child of the selected item.
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. |