Method

GtkButtonget_use_stock

deprecated: 3.10 

Declaration [src]

gboolean
gtk_button_get_use_stock (
  GtkButton* button
)

Description [src]

Returns whether the button label is a stock item.

Deprecated since: 3.10

Please do not use it in newly written code.

Gets propertyGtk.Button:use-stock

Return value

Type: gboolean

TRUE if the button label is used to select a stock item instead of being used directly as the label text.