gtkToolButtonSetStockId {RGtk2}R Documentation

gtkToolButtonSetStockId

Description

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.

Usage

gtkToolButtonSetStockId(object, stock.id = NULL)

Arguments

object [GtkToolButton] a GtkToolButton
stock.id [character] a name of a stock item, or NULL

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]