Package: gtk

Function gtk-label-set-markup-with-mnemonic

Lambda List

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

Arguments

label -- a gtk-label widget
text -- a Pango markup string

Details

Parses text which is marked up with the Pango text markup language. This sets the text and attribute list of the label based on the parse results.

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