GtkButton::set_label

void set_label(string label);

label : a string to be set as the text in the button label.

The set_label() method sets the text of the button label to label (also sets the "label" property). This string is also used to select the stock item if the "use_stock" property is TRUE and the string references a stock item. Any previously set labels will be cleared.

See also: get_label()