| Allegro CL version 9.0 This page is new in 9.0. |
Arguments: outline child-item parent-item-if-any
This generic function is called whenever an outline-item
is added to the range of a parent
outline-item
or (for a
top-level item) an outline
widget. This includes when an item is shifted horizontally, where it
is removed from one parent and added to another. The built-in default
method does nothing. An application could add a method to update the
domain data in a corresponding manner if needed.
parent-item-or-outline will be the parent
outline-item
to which
child-item was added unless it was added as a top-level item, in which
case it will be the outline
widget itself.
child-item will be
the outline-item
that was
added.
See also add-outline-item and shift-outline-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. |