gtkToolbarAppendWidget {RGtk2} | R Documentation |
Adds a widget to the end of the given toolbar.
WARNING: gtk_toolbar_append_widget
is deprecated and should not be used in newly-written code.
gtkToolbarAppendWidget(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