| Allegro CL version 8.2 This page is new in 8.2. |
Arguments: split-bar
Returns the dragging-thickness
property of a split-bar
widget. The value may be set at creation time by passing the
:dragging-thickness
initarg to make-instance, or any time later by
call (setf
dragging-thickness).
This is the visible thickness of the split-bar
widget while it is being dragged,
measured in pixels. The value should be a non-negative integer. The
default value is 3, to draw a dragging line that's thinner than the
mouseable thickness. The value
may be set at creation time by passing the :dragging-thickness initarg to
make-instance, or any time
later by call (setf
dragging-thickness).
The mouseable thickness is specified with the bar-thickness property.
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. |