ToolButton.setStockId

Sets the name of the stock item. See gtk_tool_button_new_from_stock(). The stock_id property only has an effect if not overridden by non-%NULL #GtkToolButton:label-widget and #GtkToolButton:icon-widget properties.

More...
class ToolButton
void
setStockId
(
string stockId
)

Parameters

stockId string

a name of a stock item, or %NULL

Detailed Description

Deprecated: Use gtk_tool_button_set_icon_name() instead.

Meta