GtkButton::set_use_stock

void set_use_stock(bool stock);

Use this method to set the use_stock property of the button to the parameter stock. If use_stock is true, the label set on the button is used as a stock id to select the stock item for the button.

See also: get_use_stock()