| Allegro CL version 8.1 This page is new in 8.1. |
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-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 This page is new in 8.1. |