Method

GtkButtonset_use_stock

deprecated: 3.10 

Declaration [src]

void
gtk_button_set_use_stock (
  GtkButton* button,
  gboolean use_stock
)

Description [src]

If TRUE, the label set on the button is used as a stock id to select the stock item for the button.

Deprecated since: 3.10

Please do not use it in newly written code.

Sets propertyGtk.Button:use-stock

Parameters

use_stock

Type: gboolean

TRUE if the button should use a stock item.