]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dobjsmpl.tex
added a more convenient version of wxFileType::GetOpenCommand()
[wxWidgets.git] / docs / latex / wx / dobjsmpl.tex
index 6e9fe1d7d6eb67c9d844af49ab62daa3f5fedd76..2d5f2bc477b484252fac6f5025272f8836ec632f 100644 (file)
@@ -24,13 +24,16 @@ wxPython you should derive the class from wxPyDataObjectSimple
 in order to get Python-aware capabilities for the various virtual
 methods.}
 
+\perlnote{In wxPerl, you need to derive your data object class
+from Wx::PlDataObjectSimple.}
+
 \wxheading{Virtual functions to override}
 
 The objects supporting rendering the data must override 
 \helpref{GetDataSize}{wxdataobjectsimplegetdatasize} and 
 \helpref{GetDataHere}{wxdataobjectsimplegetdatahere} while the objects which
 may be set must override \helpref{SetData}{wxdataobjectsimplesetdata}. Of
-course, the objects supporting both operations must override all threee
+course, the objects supporting both operations must override all three
 methods.
 
 \wxheading{Derived from}