Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

minimum-size

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.

Minimum-Size for a Grid-Widget

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.

Minimum-Size for Grid Sections and Subsections

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version