[ CCode ( cname = "gimp_labeled_get_text" ) ]
public unowned string get_text ()
This function will return exactly what you entered with set_text or through the "label" property because this class expects labels to have mnemonics (and allows Pango formatting).
To obtain instead the text as displayed with mnemonics and markup removed, call:
gtk_label_get_text (GTK_LABEL (gimp_labeled_get_label (@labeled)));
| this |
the Labeled. |
|
the label text as entered, which includes pango markup and mnemonics similarly to get_label. |