AGW Logo

agw_title aui.dockart

Dock art provider code - a dock provider provides all drawing functionality to the AUI dock manager. This allows the dock manager to have a plugable look-and-feel.

By default, a AuiManager uses an instance of this class called AuiDefaultDockArt which provides bitmap art and a colour scheme that is adapted to the major platforms’ look. You can either derive from that class to alter its behaviour or write a completely new dock art class. Call SetArtProvider to make use this new dock art.

Module author: Andrea Gavana <andrea.gavana@gmail.com>


hierarchy Inheritance Diagram

Inheritance diagram for module: aui.dockart

Inheritance diagram of aui.dockart.AuiDefaultDockArt, aui.dockart.ModernDockArt


svn_main SVN Revisions

A graphical representation of the SVN commits in the last year.

Click on any date in the picture to jump to that particular revision page, containing information about committers, log messages and SVN diffs.

dockart

Revision Graph For dockart


2to3 Python 3 Issues (via 2to3)

No issues have been detected by 2to3.py.


Table Of Contents

Previous topic

SVN Revision 70883 For auibook

Next topic

AuiDefaultDockArt