gtkRadioToolButtonNewWithStockFromWidget {RGtk2}R Documentation

gtkRadioToolButtonNewWithStockFromWidget

Description

Creates a new GtkRadioToolButton adding it to the same group as group. The new GtkRadioToolButton will contain an icon and label from the stock item indicated by stock.id.

Usage

gtkRadioToolButtonNewWithStockFromWidget(group = NULL, stock.id, show = TRUE)

Arguments

group [GtkRadioToolButton] An existing GtkRadioToolButton.
stock.id [character] the name of a stock item

Details

Since 2.4

Value

[GtkToolItem] A new GtkRadioToolButton

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]