Warning
gtk_label_get is deprecated and should not be used in newly-written code. Use gtk_label_get_text() instead.
Gets the current string of text within the GtkLabel and writes it to
the given str argument. It does not make a copy of this string so you
must not write to it.
Warning gtk_label_get is deprecated and should not be used in newly-written code. Use gtk_label_get_text() instead. Gets the current string of text within the GtkLabel and writes it to the given str argument. It does not make a copy of this string so you must not write to it.