Phoenix Logo

phoenix_title wx.lib.agw.aui.auibar

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.

class_summary Classes Summary

AuiDefaultToolBarArt Toolbar art provider code - a tab provider provides all drawing functionality to the AuiToolBar.
AuiToolBar AuiToolBar is a completely owner-drawn toolbar perfectly integrated with the AUI layout system.
AuiToolBarEvent A specialized command event class for events sent by AuiToolBar.
AuiToolBarItem AuiToolBarItem is a toolbar element.
CommandToolBarEvent A specialized command event class for events sent by AuiToolBar.
ToolbarCommandCapture A class to handle the dropdown window menu.