Package: gtk

Function gtk-label-set-text-with-mnemonic

Lambda List

gtk-label-set-text-with-mnemonic (label text)

Arguments

label -- a gtk-label widget
text -- a string for the label

Details

Sets the text of the label from the string text. If characters in text are preceded by an underscore, they are underlined indicating that they represent a keyboard accelerator called a mnemonic. The mnemonic key can be used to activate another widget, chosen automatically, or explicitly using the gtk-label-mnemonic-widget function.
 

See also

2021-10-31