| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-widget-or-section
Returns the minimum allowed size of a grid-row-section
, grid-column-section
, grid-row
, or grid-column
, or the default for all sections of
a grid-widget
. The value
may be set at creation time by specifying the
minimum-size initarg, or any time later by
calling (setf
minimum-size). The value is measured in pixels, and refers
to the breadth of a row, column, or section.
When the user interactively resizes a grid section or subsection by
dragging its right or bottom border, the section will not resize
smaller than its minimum-size.
Similarly, if a grid-widget
or main section is resized smaller (either interactively or
programmatically), then any proportional section or subsection within
it will not be proportionally resized to smaller than that section or
subsection's minimum-size.
The value for a grid-widget
is the default for all sections and subsections whose minimum-size property is nil
. The value should be a non-negative integer.
The default is 12.
The value should be a non-negative integer, or else nil
to default to the minimum-size property of the grid-widget. The
default is nil
.
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 |