Method

Gtk.CheckButton.set_label

Declaration [src]

void
gtk_check_button_set_label (
  GtkCheckButton* self,
  const char* label
)

Description [src]

Sets the text of self.

If GtkCheckButton:use-underline is TRUE, an underscore in label is interpreted as mnemonic indicator, see gtk_check_button_set_use_underline() for details on this behavior.

Sets propertyGtk.CheckButton:label

Parameters

label const char*
 

The text shown next to the indicator, or NULL to show no text

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