Open abstract instantiable class
The class of menu bar gadgets.
duim-gadgets
duim-gadgets
The class of menu bar gadgets.
Internally, this class maps into the Windows menu control.
The following example is similar to the example for <menu>, except that here, the menu bar object is explicitly defined. In the example for <menu>, it is created automatically by using contain:
*menu* := make(<menu-bar>,
children:
vector(make(<menu>,
label: "Hello",
children: vector
(make(<menu-button>,
label: "World")
))));