phoenix_title wx.aui.AuiMinDockOption

The AuiMinDockOption enumeration provides the following values:

Description

Value

wx.aui.AUI_MIN_DOCK_ICONS

Show icons of the minimized panes.

wx.aui.AUI_MIN_DOCK_TEXT

Show titles of the minimized panes.

wx.aui.AUI_MIN_DOCK_BOTH

Show both icons and titles of the minimized panes.

wx.aui.AUI_MIN_DOCK_ROTATE_ICON_WITH_TEXT

Rotate the icons to match the text orientation in vertical docks.

wx.aui.AUI_MIN_DOCK_DEFAULT

Default style showing both icons and titles.