gtkRadioToolButtonNewWithStockFromWidget {RGtk2} | R Documentation |
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
.
gtkRadioToolButtonNewWithStockFromWidget(group = NULL, stock.id, show = TRUE)
|
[GtkRadioToolButton ] An existing GtkRadioToolButton . |
|
[character] the name of a stock item |
Since 2.4
[GtkToolItem
] A new GtkRadioToolButton
Derived by RGtkGen from GTK+ documentation