| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: outline-item
Returns whether an outline-item
will be drawn above its parent item
rather than in the normal location below the parent. The value may be
set at creation time by passing the above-parent
initarg, or any time later by calling (setf above-parent). The default value
is nil
.
Placing some outline-items above their parent and others below could be used to distinguish the two groups of items in some application-specific way.
An outline-item
will be
placed above its parent item only when its above-parent property is true and the outline
widget's handle-above-parent property is also true.
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 |