Classes | |
class | wxAuiManager |
wxAuiManager is the central class of the wxAUI class framework. More... | |
class | wxAuiPaneInfo |
wxAuiPaneInfo is part of the wxAUI class framework. More... | |
class | wxAuiManagerEvent |
Event used to indicate various actions taken with wxAuiManager. More... | |
class | wxAuiDockInfo |
class | wxAuiDockUIPart |
Enumerations | |
enum | wxAuiManagerDock { wxAUI_DOCK_NONE = 0 , wxAUI_DOCK_TOP = 1 , wxAUI_DOCK_RIGHT = 2 , wxAUI_DOCK_BOTTOM = 3 , wxAUI_DOCK_LEFT = 4 , wxAUI_DOCK_CENTER = 5 , wxAUI_DOCK_CENTRE = wxAUI_DOCK_CENTER } |
enum | wxAuiManagerOption { wxAUI_MGR_ALLOW_FLOATING = 1 << 0 , wxAUI_MGR_ALLOW_ACTIVE_PANE = 1 << 1 , wxAUI_MGR_TRANSPARENT_DRAG = 1 << 2 , wxAUI_MGR_TRANSPARENT_HINT = 1 << 3 , wxAUI_MGR_VENETIAN_BLINDS_HINT = 1 << 4 , wxAUI_MGR_RECTANGLE_HINT = 1 << 5 , wxAUI_MGR_HINT_FADE = 1 << 6 , wxAUI_MGR_NO_VENETIAN_BLINDS_FADE = 0 , wxAUI_MGR_LIVE_RESIZE = 1 << 8 , wxAUI_MGR_DEFAULT } |
wxAuiManager behaviour and visual effects style flags. More... | |
enum wxAuiManagerDock |
Enumerator | |
---|---|
wxAUI_DOCK_NONE | |
wxAUI_DOCK_TOP | |
wxAUI_DOCK_RIGHT | |
wxAUI_DOCK_BOTTOM | |
wxAUI_DOCK_LEFT | |
wxAUI_DOCK_CENTER | |
wxAUI_DOCK_CENTRE |
enum wxAuiManagerOption |
wxAuiManager behaviour and visual effects style flags.
Enumerator | |
---|---|
wxAUI_MGR_ALLOW_FLOATING | Allow a pane to be undocked to take the form of a wxMiniFrame. |
wxAUI_MGR_ALLOW_ACTIVE_PANE | Change the color of the title bar of the pane when it is activated. |
wxAUI_MGR_TRANSPARENT_DRAG | Make the pane transparent during its movement. |
wxAUI_MGR_TRANSPARENT_HINT | The possible location for docking is indicated by a translucent area. |
wxAUI_MGR_VENETIAN_BLINDS_HINT | The possible location for docking is indicated by a gradually appearing partially transparent area. |
wxAUI_MGR_RECTANGLE_HINT | The possible location for docking is indicated by a rectangular outline. |
wxAUI_MGR_HINT_FADE | The translucent area where the pane could be docked appears gradually. Note that this flag was included in the default flags until wxWidgets 3.3.0 but this is not the case in the newer versions. If you'd like to still show the hint progressively, you need to explicitly add it to wxAUI_MGR_DEFAULT. |
wxAUI_MGR_NO_VENETIAN_BLINDS_FADE | Style which disabled the fade-in effect for the docking hint when using Venetian blinds hint. This style is obsolete and doesn't do anything any longer, fade-in effect is only enabled when wxAUI_MGR_HINT_FADE is used. |
wxAUI_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). Since wxWidgets 3.3.0 this flag is included in the default flags. |
wxAUI_MGR_DEFAULT | Default behaviour. |
wxEventType wxEVT_AUI_FIND_MANAGER |
wxEventType wxEVT_AUI_PANE_ACTIVATED |
wxEventType wxEVT_AUI_PANE_BUTTON |
wxEventType wxEVT_AUI_PANE_CLOSE |
wxEventType wxEVT_AUI_PANE_MAXIMIZE |
wxEventType wxEVT_AUI_PANE_RESTORE |
wxEventType wxEVT_AUI_RENDER |