Package: gtk

Function gtk:radio-button-new-with-mnemonic

Lambda List

gtk:radio-button-new-with-mnemonic (group label)

Arguments

group -- a gtk:radio-button group
label -- a string for the text of the button, with an underscore in front of the mnemonic character

Return Value

The new gtk:radio-button widget.

Details

Creates a new radio button containing a label, adding it to the same group as group. 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

#2025-06-18