Package: gtk

Function gtk-check-button-new-with-mnemonic

Lambda List

gtk-check-button-new-with-mnemonic (label)

Arguments

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

Return Value

Details

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

See also

2021-12-23