]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/txtdatob.tex
Documented new constructor and overloaded Create methods.
[wxWidgets.git] / docs / latex / wx / txtdatob.tex
index 13cce6cb881655aa6afde946eca304561e104f81..2e39ee3cbdb867b23d8f464bcfb28b1a10c2a8e4 100644 (file)
@@ -12,17 +12,22 @@ as well be generated when requested. For this,
 
 Note that if you already have the text inside a string, you will not achieve
 any efficiency gain by overriding these functions because copying wxStrings is
-already a very efficient operation (data is not actualyl copied because
+already a very efficient operation (data is not actually copied because
 wxStrings are reference counted).
 
+\pythonnote{If you wish to create a derived wxTextDataObject class in
+wxPython you should derive the class from wxPyTextDataObject
+in order to get Python-aware capabilities for the various virtual
+methods.}
+
 \wxheading{Virtual functions to override}
 
-This class may be used as is, but all of data transfer functions may be
+This class may be used as is, but all of the data transfer functions may be
 overridden to increase efficiency.
 
 \wxheading{Derived from}
 
-\helpref{wxDataObjectSimple}{wxdataobjectsimple}
+\helpref{wxDataObjectSimple}{wxdataobjectsimple}\\
 \helpref{wxDataObject}{wxdataobject}
 
 \wxheading{Include files}
@@ -31,7 +36,7 @@ overridden to increase efficiency.
 
 \wxheading{See also}
 
-\helpref{Clipboard and drag and drop overview}{wxclipboardonfigoverview}, 
+\helpref{Clipboard and drag and drop overview}{wxdndoverview}, 
 \helpref{wxDataObject}{wxdataobject}, 
 \helpref{wxDataObjectSimple}{wxdataobjectsimple}, 
 \helpref{wxFileDataObject}{wxfiledataobject}, 
@@ -44,7 +49,7 @@ overridden to increase efficiency.
 \func{}{wxTextDataObject}{\param{const wxString\& }{text = wxEmptyString}}
 
 Constructor, may be used to initialise the text (otherwise 
-\helpref{SetText}{wxtextdataobjectsettext} should be used later)
+\helpref{SetText}{wxtextdataobjectsettext} should be used later).
 
 \membersection{wxTextDataObject::GetTextLength}\label{wxtextdataobjectgettextlength}
 
@@ -74,4 +79,3 @@ when the data object receives the data and, by default, copies the text into
 the member variable. If you want to process the text on the fly you may wish to
 override this function.
 
-