Package: gtk

Function gtk:check-menu-item-new-with-mnemonic

Lambda List

gtk:check-menu-item-new-with-mnemonic (label)

Arguments

label -- a string with the text of the button, with an underscore in front of the character

Return Value

A new gtk:check-menu-item widget.

Details

Creates a new check menu item containing a label. The label will be created using the gtk:label-new-with-mnemonic function, so underscores in label indicate the mnemonic for the menu item.
 

See also

#2023-2-27