On this page:
horiz-margin
vert-margin
Inherited methods:
from area<%>
get-graphical-min-size
get-parent
get-top-level-window
min-height
min-width
stretchable-height
stretchable-width

interface

subarea<%> : interface?

  implements: area<%>
A subarea<%> is a containee area<%>.

All subarea<%> classes accept the following named instantiation arguments:

method

(send a-subarea horiz-margin)  spacing-integer?

(send a-subarea horiz-margin margin)  void?
  margin : spacing-integer?
Gets or sets the area’s horizontal margin, which is added both to the right and left, for geometry management. See Geometry Management for more information.

method

(send a-subarea vert-margin)  spacing-integer?

(send a-subarea vert-margin margin)  void?
  margin : spacing-integer?
Gets or sets the area’s vertical margin, which is added both to the top and bottom, for geometry management. See Geometry Management for more information.