Enumeration (GI Enum)

Gtk-3.0GtkToolbarStyle

Used to customize the appearance of a Gtk.Toolbar. Note that setting the toolbar style overrides the user’s preferences for the default toolbar style. Note that if the button has only a label set and GTK_TOOLBAR_ICONS is used, the label will be visible, and vice versa.

Index

Enumeration Members

Enumeration Members

BOTH: number

Buttons display text and icons in the toolbar.

BOTH_HORIZ: number

Buttons display icons and text alongside each other, rather than vertically stacked

ICONS: number

Buttons display only icons in the toolbar.

TEXT: number

Buttons display only text labels in the toolbar.