.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.aui.AuiMinDockOption: ========================================================================================================================================== |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. ================================================================================ ================================================================================ |