| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-widget-or-section
Returns the width, if one has been specified, that will be used by
default to draw the row and column borders within the specified
grid-section
or within all of the grid-row-section
s and grid-column-section
s
of the specified grid-widget
. The setf of this function may be called to change
the width, at which time the grid will be drawn as needed to display
the new border width. This default may be overridden by specifying
the border-width
property of individual grid-row
and grid-column
instances.
The value may be either a non-negative-integer or nil
. The initial value is nil
. When nil
, effective-border-width
will find a width to use in some other way. Zero means to draw no
border at all (though default-cell-3d-border may still be
used to draw a separate 3d border).
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |