| Allegro CL version 8.2 This page is new in 8.2. |
Arguments: split-bar
Returns the draw-at-dragging-thickness
property of a split-bar
widget. The value may be set at creation time by passing the
:draw-at-dragging-thickness
initarg to make-instance, or any time later by
call (setf
draw-at-dragging-thickness).
This property indicates whether to draw the split-bar
at the typically thinner
dragging-thickness even when
the split-bar is idle and it has a thicker mousable area (see
bar-thickness). The value
should be nil
or true. The default value is
nil
. The value
may be set at creation time by passing the :draw-at-dragging-thickness initarg to
make-instance, or any time
later by call (setf
draw-at-dragging-thickness).
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. |