Home | Trees | Index | Help |
|
---|
Package wx :: Class PyTextDataObject |
|
object
--+ |DataObject
--+ |DataObjectSimple
--+ |TextDataObject
--+ | PyTextDataObject
wx.TextDataObject
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 GetTextLength
, GetText
, and SetText
when you
want to be able to provide text on demand instead of preloading it
into the data object.Method Summary | |
---|---|
PyTextDataObject |
wx.PyTextDataObject is a version of wx.TextDataObject 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,
text=EmptyString)
wx.PyTextDataObject is a version of |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:53 2005 | http://epydoc.sf.net |