Method

GtkLabelget_label

Declaration [src]

const gchar*
gtk_label_get_label (
  GtkLabel* label
)

Description [src]

Fetches the text from a label widget including any embedded underlines indicating mnemonics and Pango markup. (See gtk_label_get_text()).

Gets propertyGtk.Label:label

Return value

Type: const gchar*

The text of the label widget. This string is owned by the widget and must not be modified or freed.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.