Open abstract instantiable class
The class of gadgets that group their children using a labelled border.
label: <label>.
label-position: An instance of type one-of(#"top", #"bottom"). Default value: #"top".
duim-gadgets
duim-gadgets
The class of gadgets that group their children using a labelled border. You can use this gadget class to group together a number of related items visually.
The label: init-keyword specifies a string or icon that is to be used as a label for the gadget.
The label-position: init-keyword is used to specify whether the label should be displayed along the top or the bottom edge of the border.
Internally, this class maps into the Windows group box control.
contain(make(<group-box>,
child: make(<radio-box>, items: #(1,2,3,4),
orientation: #"vertical"),
label: "Select integer:")); <push-box>, page 626