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

Version: 4.1

subarea<%> : interface?

  implements: 

area<%>

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

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

(send a-subarea horiz-margin)  (integer-in 0 1000)

(send a-subarea horiz-margin margin)  void?

  margin : (integer-in 0 1000)

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.

(send a-subarea vert-margin)  (integer-in 0 1000)

(send a-subarea vert-margin margin)  void?

  margin : (integer-in 0 1000)

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.