Method

Gtk.Label.get_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: const char*

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

Ownership is not transferred to the caller
The string is a NUL terminated UTF-8 string