| Allegro CL version 8.1 This page is new in 8.1. |
Arguments: grid-column
Returns the default cell-horizontal-padding for the cells of a
grid-column
. The value may
be set at creation time by passing the
horizontal-padding initarg, or any time later by
calling (setf
horizontal-padding). The value should be a non-negative
integer. The default value is 2.
The default cell-horizontal-padding method will use this
grid-column
property, but a
custom cell-horizontal-padding
method may override it.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 This page is new in 8.1. |