AGW Logo

agw_title aui.tabart

Tab art provider code - a tab provider provides all drawing functionality to the AuiNotebook. This allows the AuiNotebook to have a plugable look-and-feel.

By default, a AuiNotebook uses an instance of this class called AuiDefaultTabArt 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 tab art class. Call SetArtProvider to make use this new tab art.

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


hierarchy Inheritance Diagram

Inheritance diagram for module: aui.tabart

Inheritance diagram of aui.tabart.AuiCommandCapture, aui.tabart.AuiDefaultTabArt, aui.tabart.AuiSimpleTabArt, aui.tabart.ChromeTabArt, aui.tabart.FF2TabArt, aui.tabart.VC71TabArt, aui.tabart.VC8TabArt


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.

tabart

Revision Graph For tabart


2to3 Python 3 Issues (via 2to3)

No issues have been detected by 2to3.py.


Table Of Contents

Previous topic

SVN Revision 70836 For framemanager

Next topic

AuiCommandCapture