Method

Gtk.Expander.set_label

Declaration [src]

void
gtk_expander_set_label (
  GtkExpander* expander,
  const char* label
)

Description [src]

Sets the text of the label of the expander to label.

This will also clear any previously set labels.

Sets propertyGtk.Expander:label

Parameters

label const char*
 

a string

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