| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: static-text-and-button-column-mixin
Returns (or sets with setf) whether the buttons in the
specified grid-column
fill
their cells or are small buttons in the lower right corners of the
cells.
If the value of this static-text-and-button-column-mixin
property is
true, then the button in each widget-row-mixin
cell of this column will fill
the entire cell (within the cell's cell-vertical-padding and cell-horizontal-padding), and the cell's text
will be drawn inside the button. If nil
,
then the button will be small and located in the lower right corner,
with the text printed to the left of the button.
The default value is nil
for backward
compatibility, though true may be a more aesthetically pleasing
choice, and may fit more text into the cell. The name static-text-and-button-column-mixin
to which this property applies is not quite accurate when this option
is turned on, but has been kept for compatibility as well.
See the grid-widget
class
for an overview of writing grid-widget code.
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 |