Module: Gtk::ToolbarStyle

Defined in:
(unknown)

Constant Summary collapse

ICONS =

Buttons display only icons in the toolbar.

0 or :icons
TEXT =

Buttons display only text labels in the toolbar.

1 or :text
BOTH =

Buttons display text and icons in the toolbar.

2 or :both
BOTH_HORIZ =

Buttons display icons and text alongside each

other, rather than vertically stacked
3 or :both_horiz