gtkToolButtonSetStockId {RGtk2} | R Documentation |
Sets the name of the stock item. See gtkToolButtonNewFromStock
.
The stock_id property only has an effect if not
overridden by non-NULL
"label" and "icon_widget" properties.
gtkToolButtonSetStockId(object, stock.id = NULL)
|
[GtkToolButton ] a GtkToolButton |
|
[character] a name of a stock item, or NULL |
Since 2.4
Derived by RGtkGen from GTK+ documentation