Phoenix Logo

phoenix_title wx.aui.AuiManagerOptionΒΆ

The AuiManagerOption enumeration provides the following values:

Description Value
wx.aui.AUI_MGR_ALLOW_FLOATING Allow a pane to be undocked to take the form of a wx.MiniFrame.
wx.aui.AUI_MGR_ALLOW_ACTIVE_PANE Change the color of the title bar of the pane when it is activated.
wx.aui.AUI_MGR_TRANSPARENT_DRAG Make the pane transparent during its movement.
wx.aui.AUI_MGR_TRANSPARENT_HINT The possible location for docking is indicated by a translucent area.
wx.aui.AUI_MGR_VENETIAN_BLINDS_HINT The possible location for docking is indicated by a gradually appearing partially transparent area.
wx.aui.AUI_MGR_RECTANGLE_HINT The possible location for docking is indicated by a rectangular outline.
wx.aui.AUI_MGR_HINT_FADE The translucent area where the pane could be docked appears gradually.
wx.aui.AUI_MGR_NO_VENETIAN_BLINDS_FADE Used in complement of wx.aui.AUI_MGR_VENETIAN_BLINDS_HINT to show the hint immediately.
wx.aui.AUI_MGR_LIVE_RESIZE When a docked pane is resized, its content is refreshed in live (instead of moving the border alone and refreshing the content at the end).
wx.aui.AUI_MGR_DEFAULT Default behavior.