class
superclass:vertical-panel%
Unlike most panel classes, a group-box panel’s horizontal and vertical margins default to 2.
constructor
[labellabel][parentparent][ [stylestyle][fontfont][enabledenabled][vert-marginvert-margin][horiz-marginhoriz-margin][borderborder][spacingspacing][alignmentalignment][min-widthmin-width][min-heightmin-height][stretchable-widthstretchable-width][stretchable-heightstretchable-height]])label:label-string?
If style includes 'deleted, then the group panel is created as hidden, and it does not affect its parent’s geometry; the group panel can be made active later by calling parent’s add-child method.
The font argument determines the font for the control. For information about the enabled argument, see window<%> . For information about the horiz-margin and vert-margin arguments, see subarea<%> . For information about the min-width, min-height, stretchable-width, and stretchable-height arguments, see area<%> .