| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: outline parent-item-if-any
This generic function is called whenever the order of a set of sibling
outline-item
s of
an outline
has changed.
The built-in default method does nothing. An application could add a
method to reorder the domain data in a corresponding manner if needed.
parent-item-or-outline will be the parent
outline-item
of the
reordered items unless they are top-level items, in which case it will
be the outline
widget
itself.
See also add-outline-item, remove-outline-item, and shift-outline-item.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |