Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

art_provider Class Reference

A derived wxArtProvider, which allows runtime replacement of default wxWindows icons. More...

#include <art_provider.h>

Inheritance diagram for art_provider:

wxArtProvider List of all members.

Protected Methods

virtual wxBitmap  CreateBitmap (const wxArtID &id, const wxArtClient &client, const wxSize &size)
  The single function required to override from base class to use wxArtProvider.


Detailed Description

A derived wxArtProvider, which allows runtime replacement of default wxWindows icons.

See wxArtProvider section in wxWindows documentation for details.


Member Function Documentation

virtual wxBitmap art_provider::CreateBitmap const wxArtID &    id,
const wxArtClient &    client,
const wxSize &    size
[protected, virtual]
 

The single function required to override from base class to use wxArtProvider.

See wxWindows documentation for full details, but a description of the parameters:

Parameters:
id  The ID number of the bitmap being requested
client  A hint of who asked for the icon (a toolbar, messagebox, etc)
ma size What size they are asking for.