GtkButton::set_label

void set_label(string label);

Use this method to set the text of the button label to the parameter label. This also sets the label. 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()