get_text


Description:

public unowned string get_text ()

Fetches the text from a label.

The returned text is as it appears on screen. This does not include any embedded underlines indicating mnemonics or Pango markup. (See [ method@Gtk.Label.get_label])

Parameters:

this

a `GtkLabel`

Returns:

the text in the label widget. This is the internal string used by the label, and must not be modified.