Open abstract instantiable class
The class of groups of check buttons displayed in a menu.
None.
duim-gadgets
duim-gadgets
The class of groups of check buttons displayed in a menu.
|
Internally, this class maps into the menu Windows control.
The following example creates a menu that shows an example of a check menu box.
contain(make(<menu>,
label: "Hello...",
children: vector
(make(<radio-menu-box>,
items:
#("You", "All",
"Everyone")),
))); <menu-box>, page 615
<push-menu-box>, page 628
<radio-menu-box>, page 632