Enumeration

GtkToolbarStyle

Declaration

enum Gtk.ToolbarStyle

Description [src]

Used to customize the appearance of a GtkToolbar. 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.

Members

GTK_TOOLBAR_ICONS

Buttons display only icons in the toolbar.

  • Value: 0
  • Available since: 3.0
GTK_TOOLBAR_TEXT

Buttons display only text labels in the toolbar.

  • Value: 1
  • Available since: 3.0
GTK_TOOLBAR_BOTH

Buttons display text and icons in the toolbar.

  • Value: 2
  • Available since: 3.0
GTK_TOOLBAR_BOTH_HORIZ

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

  • Value: 3
  • Available since: 3.0