Package: gtk

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

Lambda List

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

Arguments

label -- a string with the text of the menu item, with an underscore in front of the mnemonic character

Return Value

The new gtk:image-menu-item widget.

Details

Creates a new image 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.

Warning

The gtk:image-menu-item-new-with-mnemonic function has been deprecated since version 3.10 and should not be used in newly written code. Use the gtk:menu-item-new-with-mnemonic function instead.
 

See also

2024-6-27