gtkToolbarInsertWidget {RGtk2} | R Documentation |
Inserts a widget in the toolbar at the given position.
WARNING: gtk_toolbar_insert_widget
is deprecated and should not be used in newly-written code.
gtkToolbarInsertWidget(object, widget, tooltip.text = NULL, tooltip.private.text = NULL, position)
|
[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. |
|
[integer] the number of widgets to insert this widget after. |
Derived by RGtkGen from GTK+ documentation