GtkToolbarStyle
Used to customize the appearance of a GtkToolbar. Note that setting the toolbar style overrides the user's preferences for the default toolbar style.
Value | Symbolic name | Description |
| Â Â 0 | Gtk::TOOLBAR_ICONS | Buttons display only icons in the toolbar. |
| Â Â 1 | Gtk::TOOLBAR_TEXT | Buttons display only text labels in the toolbar. |
| Â Â 2 | Gtk::TOOLBAR_BOTH | Buttons display text and icons in the toolbar. |
| Â Â 3 | Gtk::TOOLBAR_BOTH_HORIZ | Buttons display icons and text alongside each other, rather than vertically stacked |