| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: grid-widget-or-section
Returns the color, 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 color, at which time
the grid will be drawn as needed to display the new color. This
default may be overridden by specifying the border-color property of individual
grid-row
and
grid-column
instances.
The value may be either an RGB color object (as returned by make-rgb or ask-user-for-color), or a
symbol whose global value is an RGB object, or nil
. The initial value is nil
. When nil
, effective-border-color
will find a color to use in some other way.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |