constructor
[labellabel][parentparent][ [callbackcallback][shortcutshortcut][help-stringhelp-string][demand-callbackdemand-callback][checkedchecked][shortcut-prefixshortcut-prefix]])label:label-string?shortcut-prefix :'shift'option))
See set-label for information about mnemonic &s in label.
If shortcut is not #f, the item has a shortcut. See get-shortcut for more information. The shortcut-prefix argument determines the set of modifier keys for the shortcut; see get-shortcut-prefix .
If help is not #f, the item has a help string. See get-help-string for more information.
The demand-callback procedure is called by the default on-demand method with the object itself.
By default, the menu item is initially unchecked. If checked is true, then check is called so that the menu item is initially checked.
A menu item’s check state can be changed by the user selecting the item, and such changes do not go through this method; use the menu item callback procedure (provided as an initialization argument) to monitor check state changes.
method
(send a-checkable-menu-item is-checked? )→boolean?