| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
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-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 |