Method

Gtk.CheckButton.get_label

Declaration [src]

const char*
gtk_check_button_get_label (
  GtkCheckButton* self
)

Description [src]

Returns the label of the check button.

Gets propertyGtk.CheckButton:label

Return value

Returns: const char*

The label self shows next to the indicator. If no label is shown, NULL will be returned.

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