Method
GimpUiLabeledget_text
Declaration [src]
const gchar*
gimp_labeled_get_text (
GimpLabeled* labeled
)
Description [src]
This function will return exactly what you entered with
gimp_labeled_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)));