Method
GtkButtonget_label
Declaration [src]
const gchar*
gtk_button_get_label (
GtkButton* button
)
Description [src]
Fetches the text from the label of the button, as set by
gtk_button_set_label(). If the label text has not
been set the return value will be NULL
. This will be the
case if you create an empty button with gtk_button_new()
to
use as a container.
Gets property | Gtk.Button:label |