Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

<check-menu-box>

Open abstract instantiable class

Summary

The class of groups of check buttons displayed in a menu.

Superclasses

<menu-box> <action-gadget>

Init-keywords

None.

Library

duim-gadgets

Module

duim-gadgets

Description

The class of groups of check buttons displayed in a menu.

Figure 8.15 A check menu box

Internally, this class maps into the menu Windows control.

Operations

None.

Example

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")),
                         )));

See also

<menu-box>, page 615

<push-menu-box>, page 628

<radio-menu-box>, page 632


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index