GtkButton::set_use_stock

void set_use_stock(bool use_stock);

use_stock : If TRUE the button should use a stock item.

The set_use_stock() method sets the "use_stock" property to the value of use_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()