Module dockart

Description

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 AuiManager.SetArtProvider to make use this new dock art.

Table Of Contents

Previous topic

Module auibook

Next topic

Module framemanager

This Page