| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |