Method

GtkLabelget_label

Declaration [src]

const char*
gtk_label_get_label (
  GtkLabel* self
)

Description [src]

Fetches the text from a label.

The returned text includes any embedded underlines indicating mnemonics and Pango markup. (See gtk_label_get_text()).

Gets propertyGtk.Label:label

Return value

Returns: utf8
 

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

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