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 framemanager
uses an instance of this class called dockart
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 AuiManager.SetArtProvider()
to make use this new dock art.
AuiDefaultDockArt |
Dock art provider code - a dock provider provides all drawing functionality to the AUI dock manager. |
ModernDockArt |
ModernDockArt is a custom AuiDockArt class, that implements a look similar to Firefox and other recents applications. |
RECT |
Used to handle ModernDockArt on Windows XP/Vista/7. |
SIZE |
Used to handle ModernDockArt on Windows XP/Vista/7. |