]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/txtdatob.tex
added wxFileName::MakeRelativeTo() and the tests/docs for it
[wxWidgets.git] / docs / latex / wx / txtdatob.tex
index f25842b589b512a0ca2e4e2c20a7bc858db8662a..2e39ee3cbdb867b23d8f464bcfb28b1a10c2a8e4 100644 (file)
@@ -12,12 +12,17 @@ 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
 
 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).
 
 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}
 
 \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}
 overridden to increase efficiency.
 
 \wxheading{Derived from}