gtkToolbarPrependWidget: gtkToolbarPrependWidget

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Adds a widget to the beginning of the given toolbar. WARNING: gtk_toolbar_prepend_widget has been deprecated since version 2.4 and should not be used in newly-written code. Use gtkToolbarInsert instead.

Usage

1
2
gtkToolbarPrependWidget(object, widget, tooltip.text = NULL, 
    tooltip.private.text = NULL)

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 ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.