Method

Gtk.Button.set_label

Declaration [src]

void
gtk_button_set_label (
  GtkButton* button,
  const char* label
)

Description [src]

Sets the text of the label of the button to label.

This will also clear any previously set labels.

Sets propertyGtk.Button:label

Parameters

label const char*
 

a string

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