Open abstract instantiable class
The class of grouped radio buttons that can appear in menus.
None.
duim-gadgets
duim-gadgets
The class of grouped radio buttons that can appear in menus.
Internally, this class maps into the menu Windows control.
The following example creates a menu that shows an example of a radio menu box, as well as several other menu gadgets.
contain(make(<menu>,
label: "Hello...",
children: vector
(make(<menu-button>,
label: "World"),
make(<menu-button>,
label: "Bonzo"),
make(<radio-menu-box>,
items:
#("You", "All",
"Everyone")),
make(<menu>,
label: "Others",
children:
vector
(make(<check-menu-box>,
items: #(1, 2, 3)))
)))); <menu-box>, page 615
<push-menu-box>, page 628
<radio-menu-button>, page 634