gtkToolbarInsertWidget {RGtk2}R Documentation

gtkToolbarInsertWidget

Description

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.

Usage

gtkToolbarInsertWidget(object, widget, tooltip.text = NULL, tooltip.private.text = NULL, position)

Arguments

object [GtkToolbar] a GtkToolbar.
widget [GtkWidget] a GtkWidget to add to the toolbar.
tooltip.text [char] the element's tooltip.
tooltip.private.text [char] used for context-sensitive help about this toolbar element.
position [integer] the number of widgets to insert this widget after.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]