wx.PyBitmapDataObject

Inheritance diagram for wx.PyBitmapDataObject:



Description

wx.PyBitmapDataObject is a version of wx.BitmapDataObject that is Python-aware and knows how to reflect calls to its C++ virtual methods to methods in the Python derived class. To be able to provide bitmap data on demand derive from this class and overload GetBitmap.

Methods Summary

Class API

Methods

__init__(bitmap=wx.NullBitmap)

wx.PyBitmapDataObject is a version of wx.BitmapDataObject that is Python-aware and knows how to reflect calls to its C++ virtual methods to methods in the Python derived class. To be able to provide bitmap data on demand derive from this class and overload GetBitmap.

Parameters:


Returns:

wx.PyBitmapDataObject