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 |
wxAuiToolBarEvent is used for the events generated by wxAuiToolBar. More... | |
class | wxAuiToolBarItem |
wxAuiToolBarItem is part of the wxAUI class framework, representing a toolbar element. More... | |
class | wxAuiToolBarArt |
wxAuiToolBarArt is part of the wxAUI class framework. More... | |
class | wxAuiDefaultToolBarArt |
wxAuiDefaultToolBarArt is part of the wxAUI class framework. More... | |
class | wxAuiToolBar |
wxAuiToolBar is a dockable toolbar, part of the wxAUI class framework. More... | |
class | wxAuiNotebook |
wxAuiNotebook is part of the wxAUI class framework, which represents a notebook control, managing multiple windows with associated tabs. More... | |
class | wxAuiTabContainerButton |
A simple class which holds information about wxAuiNotebook tab buttons and their state. More... | |
class | wxAuiTabContainer |
wxAuiTabContainer is a class which contains information about each tab. More... | |
class | wxAuiTabArt |
Tab art provider defines all the drawing functions used by wxAuiNotebook. More... | |
class | wxAuiSimpleTabArt |
Another standard tab art provider for wxAuiNotebook. More... | |
class | wxAuiDockArt |
wxAuiDockArt is part of the wxAUI class framework. More... | |
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... | |
These are the possible pane dock art settings for wxAuiDefaultDockArt.
wxAuiToolBarArtSetting
Enumerator | |
---|---|
wxAUI_TBART_SEPARATOR_SIZE |
wxAuiToolBar seperator 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. |