Package wx :: Class PyBitmapDataObject
[frames | no frames]

Type 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 __init__(self, bitmap)
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.
  __repr__(self)

Class Variable Summary

Method Details

__init__(self, bitmap=wxNullBitmap)
(Constructor)

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:
bitmap
           (type=Bitmap)
Returns:
PyBitmapDataObject
Overrides:
wx.BitmapDataObject.__init__

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:04 2005 http://epydoc.sf.net