3.22 grow-box-spacer-pane%
Superclass: pane%
A grow-box-spacer-pane% object is intended for use as a
lightweight spacer in the bottom-right corner of a frame, rather than
as a container. Under Mac OS X, a
grow-box-spacer-pane% has the same width and height as the
grow box that is inset into the bottom-right corner of a frame. Under
Windows and X, a grow-box-spacer-pane% has zero width and
height. Unlike all other container types, a
grow-box-spacer-pane% is unstretchable by default.
(->newgrow-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%, orpane%object
vert-margin=0: exact integer in [0, 1000]
horiz-margin=0: exact integer in [0, 1000]
border=0: exact integer in [0, 1000]
spacing=0: exact integer in [0, 1000]
alignment='(center center): two-element list:'left,'center, or'rightand'top,'center, or'bottom
min-width=graphical minimum width: exact integer in [0, 10000]
min-height=graphical minimum height: exact integer in [0, 10000]
stretchable-width=#t: boolean
stretchable-height=#t: booleanFor information about the
horiz-marginandvert-marginarguments, seesubarea<%>. For information about theborder,spacing, andalignmentarguments, seearea-container<%>. For information about themin-width,min-height,stretchable-width, andstretchable-heightarguments, seearea<%>.
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<%>