| gtkToolButtonNew {RGtk2} | R Documentation |
Creates a new GtkToolButton using icon.widget as icon and label as
label.
gtkToolButtonNew(icon.widget = NULL, label = NULL, show = TRUE)
|
[GtkWidget] a widget that will be used as icon widget, or NULL |
|
[character] a string that will be used as label, or NULL |
Since 2.4
[GtkToolItem] A new GtkToolButton
Derived by RGtkGen from GTK+ documentation