DockBarStyle
Description:
[ CCode ( cprefix = "GDL_DOCK_BAR_" , type_id = "gdl_dock_bar_style_get_type ()" ) ]
public enum DockBarStyle
Used to customize the appearance of a DockBar.
Content:
Enum values:
- AUTO - identical to
GDL_DOCK_BAR_BOTH
.
- BOTH - Buttons display text and icons in
the dockbar.
- ICONS - Buttons display only icons in the
dockbar.
- TEXT - Buttons display only text labels in
the dockbar.