On this page:
new
Inherited methods:
from subarea<%>
horiz-margin
vert-margin
from area<%>
get-graphical-min-size
get-parent
get-top-level-window
min-height
min-width
stretchable-height
stretchable-width
from area-container<%>
add-child
after-new-child
begin-container-sequence
border
change-children
container-flow-modified
container-size
delete-child
end-container-sequence
get-alignment
get-children
place-children
reflow-container
set-alignment
spacing

class

grow-box-spacer-pane% : class?

  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. On older version of Mac OS, 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. On Windows, Unix, and recent Mac OS, a grow-box-spacer-pane% has zero width and height. Unlike all other container types, a grow-box-spacer-pane% is unstretchable by default.

constructor

(new grow-box-spacer-pane% ...superclass-args...)

  (is-a?/c grow-box-spacer-pane%)
See pane% for information on initialization arguments.