class | ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
property | ||||||||||||||||
|
See View.LabelString for information about keyboard mnemonics in label or the labels produced by choice_to_label.
The style list must include either #'vertical or #'horizontal.
See Geometry Management for information about ~margin, ~min_size, and ~stretch.
The ~window_callbacks argument configures callbacks that are common to all WindowChildViews. See WindowCallbacks for more information.
enumeration | |||||
|
#'vertical: Arrange radio-button choices vertically. Vertical arrangement is the default if #'horzontal is not specified, and #'vertical and #'horizontal are mutually exclusive.
#'horizontal: Arrange radio-button choices horizontally.
#'horizontal_label: When the radio-choice control has a label, show it to the left of the control. Horizontal label placement is the default if #'vertical_label is not specified, and #'horizontal_label and #'vertical_label are mutually exclusive.
#'vertical_label: When the radio-choice control has a label, show it above the control.
