Open abstract instantiable class
The class of check buttons that can be displayed in a menu.
None.
duim-gadgets
duim-gadgets
The class of check buttons that can be displayed in a menu. The values of a menu button is either #t or #f.
|
Internally, this class maps into the menu item Windows control.
contain
(make(<check-menu-button>,
label: "Menu button",
activate-callback:
method (gadget)
notify-user(format-to-string
("Toggled button %=", gadget)) end));