Toolbar.prependWidget

Warning gtk_toolbar_prepend_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 beginning of the given toolbar.

class Toolbar
void
prependWidget

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