Package: gtk

Function gtk-radio-button-new-with-mnemonic-from-widget

Lambda List

gtk-radio-button-new-with-mnemonic-from-widget (member label)

Arguments

member -- a gtk-radio-button widget to get radio group from or nil
label -- a string with the text of the button, with an underscore in front of the mnemonic character

Return Value

A new gtk-radio-button widget.

Details

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

See also

2021-12-4