Package: gtk

Function gtk:radio-menu-item-new-with-mnemonic-from-widget

Lambda List

gtk:radio-menu-item-new-with-mnemonic-from-widget (group label)

Arguments

group -- a list of gtk:radio-menu-item widgets with the radio group to which the radio menu item is to be attached or nil
label -- a string with the text of the radio menu item, with an underscore in front of the mnemonic character

Return Value

A new gtk:radio-menu-item widget.

Details

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

The new radio menu item is added to the same group as group.
 

See also

2023-2-24