grow-box-spacer-pane%
Superclass: pane%
See pane%.
( -> new grow-box-spacer-pane% (parent _) [(vert-margin _)] [(horiz-margin _)] [(border _)] [(spacing _)] [(alignment _)] [(min-width _)] [(min-height _)] [(stretchable-width _)] [(stretchable-height _)])grow-box-spacer-pane% object
parent : frame%, dialog%, panel%, or pane% object
vert-margin = : exact integer in [0, 1000]
0
horiz-margin = : exact integer in [0, 1000]
0
border = : exact integer in [0, 1000]
0
spacing = : exact integer in [0, 1000]
0
alignment = : two-element list: '(center center)'left, 'center, or 'right and 'top, 'center, or 'bottom
min-width = : exact integer in [0, 10000]
0
min-height = : exact integer in [0, 10000]
0
stretchable-width = : boolean
#t
stretchable-height = : boolean#t
For information about the
horiz-margin and vert-margin
arguments, see subarea<%>. For information about the
border, spacing, and alignment
arguments, see area-container<%>. For information about the
min-width, min-height, stretchable-width, and stretchable-height
arguments, see area<%>.
All Methods
add-child from area-container<%>
after-new-child from area-container<%>
begin-container-sequence from area-container<%>
border from area-container<%>
change-children from area-container<%>
container-flow-modified from area-container<%>
container-size from area-container<%>
delete-child from area-container<%>
end-container-sequence from area-container<%>
get-alignment from area-container<%>
get-children from area-container<%>
get-graphical-min-size from area<%>
get-parent from area<%>
get-top-level-window from area<%>
horiz-margin from subarea<%>
min-height from area<%>
min-width from area<%>
place-children from area-container<%>
reflow-container from area-container<%>
set-alignment from area-container<%>
spacing from area-container<%>
stretchable-height from area<%>
stretchable-width from area<%>
vert-margin from subarea<%>