SwitcherStyle
Description:
[ CCode ( cprefix = "GDL_SWITCHER_STYLE_" ) ]
public enum SwitcherStyle
Used to customize the appearance of the tabs in GdlDockNotebook
.
Content:
Enum values:
- BOTH - Tabs display text and icons.
- ICON - Tabs display only icons.
- NONE - Do not display tabs.
- TABS - Tabs display like notebook tabs.
- TEXT - Tabs display only text labels.
- TOOLBAR - Same as
GDL_SWITCHER_STYLE_BOTH
.