| gtkToolbarPrependWidget {RGtk2} | R Documentation |
Adds a widget to the beginning of the given toolbar.
WARNING: gtk_toolbar_prepend_widget is deprecated and should not be used in newly-written code.
gtkToolbarPrependWidget(object, widget, tooltip.text = NULL, tooltip.private.text = NULL)
|
[GtkToolbar] a GtkToolbar. |
|
[GtkWidget] a GtkWidget to add to the toolbar. |
|
[char] the element's tooltip. |
|
[char] used for context-sensitive help about this toolbar element. |
Derived by RGtkGen from GTK+ documentation