gtkToolbarAppendWidget {RGtk2}R Documentation

gtkToolbarAppendWidget

Description

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.

Usage

gtkToolbarAppendWidget(object, widget, tooltip.text = NULL, tooltip.private.text = NULL)

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]