Toolbar.appendWidget

Warning gtk_toolbar_append_widget has been deprecated since version 2.4 and should not be used in newly-written code. Use gtk_toolbar_insert() instead. Adds a widget to the end of the given toolbar.

class Toolbar
void
appendWidget

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]

Meta