gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.EnumGLib.GType(typeof(Gtk.ToolbarStyleGType))An enumeration used by Toolbar
This enumeration is used by to customize it's appearance. Note that setting the toolbar overrides the user's preferences for the default toolbar style.
FieldGtk.ToolbarStyleButtons display text and icons in the toolbar.
Buttons display text and icons in the toolbar.
FieldGtk.ToolbarStyleButtons display icons and text alongside each other, rather than vertically stacked.
Buttons display icons and text alongside each other, rather than vertically stacked.
FieldGtk.ToolbarStyleButtons display only icons in the toolbar.
Buttons display only icons in the toolbar.
FieldGtk.ToolbarStyleButtons display only text labels in the toolbar.
Buttons display only text labels in the toolbar.