Toolbar.insertWidget

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

class Toolbar
void
insertWidget

Parameters

widget Widget

a GtkWidget to add to the toolbar.

tooltipText string

the element's tooltip. [allow-none]

tooltipPrivateText string

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

position int

the number of widgets to insert this widget after.

Meta