X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab272c0bf8d2ca2d2d691215fbc0e65a8782f73d..cc385968c4b81d0cee98c164cb870a8759d927bc:/docs/latex/wx/txtdatob.tex diff --git a/docs/latex/wx/txtdatob.tex b/docs/latex/wx/txtdatob.tex index 22a4b5341d..63cfc3cff3 100644 --- a/docs/latex/wx/txtdatob.tex +++ b/docs/latex/wx/txtdatob.tex @@ -13,6 +13,10 @@ and \helpref{WriteData}{wxtextdataobjectwritedata} will have to be overridden. \helpref{wxDataObject}{wxdataobject} +\wxheading{Include files} + + + \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}