]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/txtdatob.tex
1. ReadMailcap/MimeTypes returna bool error code
[wxWidgets.git] / docs / latex / wx / txtdatob.tex
index 22a4b5341db97051bc75889f9197e0169851478e..63cfc3cff31c75b0265d7a485cd3dfa5d33fb59b 100644 (file)
@@ -13,6 +13,10 @@ and \helpref{WriteData}{wxtextdataobjectwritedata} will have to be overridden.
 
 \helpref{wxDataObject}{wxdataobject}
 
+\wxheading{Include files}
+
+<wx/dataobj.h>
+
 \wxheading{See also}
 
 \helpref{wxDataObject}{wxdataobject}
@@ -64,10 +68,10 @@ on-demand).
 \constfunc{virtual void}{WriteData}{\param{void}{*dest} }
 
 Write the data owned by this class to {\it dest}. By default, this
-calls \helpref{WriteString}{wxtextobjectwritestring} with the string
+calls \helpref{WriteString}{wxtextdataobjectwritestring} with the string
 set in the constructor or using \helpref{SetText}{wxtextdataobjectsettext}.
-This can be overridden to provide text data on-demand; in this case
-\helpref{WriteString}{wxtextobjectwritestring} must be called from
+This can be overridden to provide text data on-demand; in this case 
+\helpref{WriteString}{wxtextdataobjectwritestring} must be called from
 within the overriding WriteData() method.
 
 \membersection{wxTextDataObject::WriteString}\label{wxtextdataobjectwritestring}