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 AuiNotebook.SetArtProvider()
to make use this new tab art.
AuiCommandCapture |
A class to handle the dropdown window menu. |
AuiDefaultTabArt |
Tab art provider code - a tab provider provides all drawing functionality to the AuiNotebook . |
AuiSimpleTabArt |
A simple-looking implementation of a tab art. |
ChromeTabArt |
A class to draw tabs using the Google Chrome browser style. |
FF2TabArt |
A class to draw tabs using the Firefox 2 (FF2) style. |
VC71TabArt |
A class to draw tabs using the Visual Studio 2003 (VC71) style. |
VC8TabArt |
A class to draw tabs using the Visual Studio 2005 (VC8) style. |