| gtkRadioToolButtonNewFromStock {RGtk2} | R Documentation |
Creates a new GtkRadioToolButton, adding it to group.
The new GtkRadioToolButton will contain an icon and label from the
stock item indicated by stock.id.
gtkRadioToolButtonNewFromStock(group = NULL, stock.id, show = TRUE)
|
[list] an existing radio button group, or NULL if you are creating a new group |
|
[character] the name of a stock item |
Since 2.4
[GtkToolItem] The new GtkRadioToolItem
Derived by RGtkGen from GTK+ documentation