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

A new gtk-image-menu-item widget.

Details

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

Warning

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

See also

2021-7-21