gtkToolbarInsertWidget {RGtk2}R Documentation

gtkToolbarInsertWidget

Description

Inserts a widget in the toolbar at the given position. WARNING: gtk_toolbar_insert_widget has been deprecated since version 2.4 and should not be used in newly-written code. Use gtkToolbarInsert instead.

Usage

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

Arguments

object

a GtkToolbar.

widget

a GtkWidget to add to the toolbar.

tooltip.text

the element's tooltip. [ allow-none ]

tooltip.private.text

used for context-sensitive help about this toolbar element. [ allow-none ]

position

the number of widgets to insert this widget after.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]