auibar.py contains an implementation of
AuiToolBar
, which is a completely owner-drawn
toolbar perfectly integrated with the AUI layout system. This allows drag and
drop of toolbars, docking/floating behaviour and the possibility to define
“overflow” items in the toolbar itself.
The default theme that is used is AuiToolBar
, which provides a modern,
glossy look and feel. The theme can be changed by calling
AuiToolBar.SetArtProvider
.
Toolbar art provider code - a tab provider provides all drawing functionality to the |
|
AuiToolBar is a completely owner-drawn toolbar perfectly integrated with the AUI layout system. |
|
A specialized command event class for events sent by |
|
AuiToolBarItem is a toolbar element. |
|
A specialized command event class for events sent by |
|
A class to handle the dropdown window menu. |