wxAUI is a set classes for writing a customizable application interface with built-in docking, floatable panes and a flexible MDI-like interface.
Related Overviews: wxAUI Overview
Classes | |
class | wxAuiDefaultTabArt |
Default art provider for wxAuiNotebook. More... | |
class | wxAuiToolBarEvent |
class | wxAuiToolBarItem |
class | wxAuiToolBarArt |
class | wxAuiDefaultToolBarArt |
class | wxAuiToolBar |
class | wxAuiNotebook |
class | wxAuiNotebookPage |
class | wxAuiTabContainerButton |
class | wxAuiTabContainer |
class | wxAuiTabArt |
class | wxAuiSimpleTabArt |
class | wxAuiDockArt |
class | wxAuiManager |
class | wxAuiPaneInfo |
class | wxAuiManagerEvent |
These are the possible pane dock art settings for wxAuiDefaultDockArt.
<>< =''>:</>&;&;< =''>\ </></>
wxAuiToolBarArtSetting
<>< =''>:</>&;&;< =''>\ </></>
Enumerator | |
---|---|
wxAUI_TBART_SEPARATOR_SIZE | wxAuiToolBar separator size. |
wxAUI_TBART_GRIPPER_SIZE | wxAuiToolBar gripper size. |
wxAUI_TBART_OVERFLOW_SIZE | Overflow button size in wxAuiToolBar. |
enum wxAuiToolBarStyle |
wxAuiToolBarStyle is part of the wxAUI class framework, used to define the appearance of a wxAuiToolBar.
See also wxAUI Overview.
<>< =''>:</>&;&;< =''>\ </></>
Enumerator | |
---|---|
wxAUI_TB_TEXT | Shows the text in the toolbar buttons; by default only icons are shown. |
wxAUI_TB_NO_TOOLTIPS | Don't show tooltips on wxAuiToolBar items. |
wxAUI_TB_NO_AUTORESIZE | Do not auto-resize the wxAuiToolBar. |
wxAUI_TB_GRIPPER | Shows a gripper on the wxAuiToolBar. |
wxAUI_TB_OVERFLOW | The wxAuiToolBar can contain overflow items. |
wxAUI_TB_VERTICAL | Using this style forces the toolbar to be vertical and be only dockable to the left or right sides of the window whereas by default it can be horizontal or vertical and be docked anywhere. |
wxAUI_TB_HORZ_LAYOUT | Shows the text and the icons alongside, not vertically stacked. This style must be used with wxAUI_TB_TEXT |
wxAUI_TB_HORIZONTAL | Analogous to wxAUI_TB_VERTICAL, but forces the toolbar to be horizontal, docking to the top or bottom of the window. |
wxAUI_TB_PLAIN_BACKGROUND | Draw a plain background (based on parent) instead of the default gradient background.
|
wxAUI_TB_HORZ_TEXT | Shows the text alongside the icons, not vertically stacked. |
wxAUI_ORIENTATION_MASK | Shows the text in the toolbar buttons; by default only icons are shown. |
wxAUI_TB_DEFAULT_STYLE | By default only icons are shown. |
wxAuiToolBarToolTextOrientation
<>< =''>:</>&;&;< =''>\ </></>
Enumerator | |
---|---|
wxAUI_TBTOOL_TEXT_LEFT | Text in wxAuiToolBar items is left aligned, currently unused/unimplemented. |
wxAUI_TBTOOL_TEXT_RIGHT | Text in wxAuiToolBar items is right aligned. |
wxAUI_TBTOOL_TEXT_TOP | Text in wxAuiToolBar items is top aligned, currently unused/unimplemented. |
wxAUI_TBTOOL_TEXT_BOTTOM | Text in wxAuiToolBar items is bottom aligned. |