Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

outline-item-added

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

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version