Home | Trees | Index | Help |
|
---|
Package wx :: Class BitmapDataObject |
|
object
--+ |DataObject
--+ |DataObjectSimple
--+ | BitmapDataObject
PyBitmapDataObject
wx.BitmapDataObject is a specialization of wxDataObject for bitmap
data. It can be used without change to paste data into the wx.Clipboard
or a wx.DropSource
.
See Also:
wx.PyBitmapDataObject
if you wish to override GetBitmap
to increase efficiency.
Method Summary | |
---|---|
BitmapDataObject |
Constructor, optionally passing a bitmap (otherwise use SetBitmap
later). |
Bitmap |
Returns the bitmap associated with the data object. |
Sets the bitmap associated with the data object. |
Property Summary | |
---|---|
Bitmap : See GetBitmap and SetBitmap | |
thisown : The membership flag |
Class Variable Summary |
---|
Method Details |
---|
__init__(self,
bitmap=wxNullBitmap)
|
GetBitmap(self)Returns the bitmap associated with the data object. You may wish to
override this method (by deriving from
|
SetBitmap(self, bitmap)Sets the bitmap associated with the data object. This method is called when the data object receives data. Usually there will be no reason to override this function.
|
Property Details |
---|
Bitmap |
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:10:49 2007 | http://epydoc.sf.net |