3.36 pane%
Implements: subarea<%>
Implements: area-container<%>
A pane is a both a container and a containee area. It serves only
as a geometry management device. A pane%
cannot be hidden or disabled like a panel% object.
A pane% object has a degenerate placement strategy for
managing its children; it places them all in the upper left corner
and does not stretch any of them. The horizontal-pane% and
vertical-pane% classes provide useful geometry management.
See also grow-box-spacer-pane%.
(->newpane% (parent_) [(vert-margin_)] [(horiz-margin_)] [(border_)] [(spacing_)] [(alignment_)] [(min-width_)] [(min-height_)] [(stretchable-width_)] [(stretchable-height_)])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 width: 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<%>