wx.PyDataObjectSimple

Inheritance diagram for wx.PyDataObjectSimple:



Description

wx.PyDataObjectSimple is a version of wx.DataObjectSimple that is Python-aware and knows how to reflect calls to its C++ virtual methods to methods in the Python derived class. You should derive from this class and overload GetDataSize, GetDataHere and SetData when you need to create your own simple single-format type of wx.DataObject.

Methods Summary

Class API

Methods

__init__(format=wx.FormatInvalid)

wx.PyDataObjectSimple is a version of wx.DataObjectSimple that is Python-aware and knows how to reflect calls to its C++ virtual methods to methods in the Python derived class. You should derive from this class and overload GetDataSize, GetDataHere and SetData when you need to create your own simple single-format type of wx.DataObject.

Parameters:


Returns:

wx.PyDataObjectSimple