gtkMenuToolButtonNewFromStock {RGtk2}R Documentation

gtkMenuToolButtonNewFromStock

Description

Creates a new GtkMenuToolButton. The new GtkMenuToolButton will contain an icon and label from the stock item indicated by stock.id.

Usage

gtkMenuToolButtonNewFromStock(stock.id)

Arguments

stock.id [character] the name of a stock item

Details

Since 2.6

Value

[GtkToolItem] the new GtkMenuToolButton

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]