wx.aui
provides a set of classes for implementing an “Advanced User Interface”.
More specifically, these classes enable to you present some of your application in
floating or dockable panels, notebooks with floatable tabs, etc.
There is also a pure-python implementation of these classes available in the
wx.lib.agw.aui
package.
Class |
Short Description |
---|---|
This is the default art provider for wx.aui.AuiManager. |
|
Default art provider for wx.aui.AuiNotebook. |
|
wx.aui.AuiDefaultToolBarArt is part of the |
|
wx.aui.AuiDockArt is part of the |
|
wx.aui.AuiManager is the central class of the |
|
Event used to indicate various actions taken with wx.aui.AuiManager. |
|
wx.aui.AuiNotebook is part of the |
|
This class is used by the events generated by wx.aui.AuiNotebook. |
|
A simple class which holds information about the notebook’s pages and their state. |
|
wx.aui.AuiPaneInfo is part of the |
|
Another standard tab art provider for wx.aui.AuiNotebook. |
|
Tab art provider defines all the drawing functions used by wx.aui.AuiNotebook. |
|
wx.aui.AuiTabContainer is a class which contains information about each tab. |
|
A simple class which holds information about wx.aui.AuiNotebook tab buttons and their state. |
|
wx.aui.AuiToolBar is a dockable toolbar, part of the |
|
wx.aui.AuiToolBarArt is part of the |
|
wx.aui.AuiToolBarEvent is used for the events generated by wx.aui.AuiToolBar. |
|
wx.aui.AuiToolBarItem is part of the |