| Allegro CL version 8.2 This page is new in 8.2. |
Arguments: split-bar
Returns the end1-position
property of a split-bar
widget. The value may be set at creation time by passing the
:end1-position
initarg to make-instance, or any time later by
call (setf
end1-position).
This property can be used to prevent the left end of a horizontal
split-bar
, or the top end
of a vertical split-bar
,
from extending all the way to the interior edge of the parent window.
If nil
(the default value), the split-bar
will extend to the interior left or top edge of the parent window.
Otherwise the value should be a non-negative integer indicating the
distance from the left or top edge of the window at which the
split-bar should end. The value
may be set at creation time by passing the :end1-position initarg to
make-instance, or any time
later by call (setf end1-position).
The equivalent property for the right/bottom end is end2-position.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 8.2 release.
Created 2016.6.21.
| Allegro CL version 8.2 This page is new in 8.2. |