[ CCode ( cname = "gimp_labeled_set_text" ) ]
public void set_text (string text)
This is the equivalent of running set_markup_with_mnemonic on the Label as a Labeled expects a mnemonic.
Pango markup are also allowed.
| this |
the Labeled. |
| text |
label text with Pango markup and mnemonic. |