Description Usage Arguments Details Author(s)
Parses str
which is marked up with the Pango text markup language,
setting the label's text and attribute list based on the parse results.
If characters in str
are preceded by an underscore, they are underlined
indicating that they represent a keyboard accelerator called a mnemonic.
1 | gtkLabelSetMarkupWithMnemonic(object, str)
|
|
a |
|
a markup string (see Pango markup format) |
The mnemonic key can be used to activate another widget, chosen
automatically, or explicitly using gtkLabelSetMnemonicWidget
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.