Method

GtkCheckButtonget_label

Declaration [src]

const char*
gtk_check_button_get_label (
  GtkCheckButton* self
)

Description [src]

Returns the label of the check button or NULL if GtkCheckButton:child is set.

Gets propertyGtk.CheckButton:label

Return value

Type: const char*

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

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.