Home | Trees | Index | Help |
|
---|
Package wx :: Class PyBitmapDataObject |
|
object
--+ |DataObject
--+ |DataObjectSimple
--+ |BitmapDataObject
--+ | PyBitmapDataObject
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
.
Method Summary | |
---|---|
PyBitmapDataObject |
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. |
Property Summary | |
---|---|
thisown : The membership flag |
Class Variable Summary |
---|
Method Details |
---|
__init__(self,
bitmap=wxNullBitmap)
|
Property Details |
---|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:02 2007 | http://epydoc.sf.net |