1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.aui.AuiManagerOption:
==========================================================================================================================================
|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 :ref:`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.
================================================================================ ================================================================================
|
|