ToolButton.getStockId

Warning gtk_tool_button_get_stock_id has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_tool_button_get_icon_name() instead. Returns the name of the stock item. See gtk_tool_button_set_stock_id(). The returned string is owned by GTK+ and must not be freed or modifed. Since 2.4

class ToolButton
string
getStockId
()

Return Value

Type: string

the name of the stock item for button.

Meta