X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bb64a625e2aa0234153dae65ee7c24809314e1..4116fac052b9b6f7963b4acf2721a24075692454:/docs/latex/wx/dataobj.tex diff --git a/docs/latex/wx/dataobj.tex b/docs/latex/wx/dataobj.tex index a778d3330a..cbb42773fe 100644 --- a/docs/latex/wx/dataobj.tex +++ b/docs/latex/wx/dataobj.tex @@ -47,7 +47,7 @@ which derive from wxDataObject: \helpref{wxDataObjectSimple}{wxdataobjectsimple} \helpref{wxDataObjectSimple}{wxdataobjectsimple} is the simplest wxDataObject possible and only holds data in a single format (such as HTML or text) and \helpref{wxDataObjectComposite}{wxdataobjectcomposite} is -the simplest way to implement a wxDataObject which that does support multiple formats +the simplest way to implement a wxDataObject that does support multiple formats because it achieves this by simply holding several wxDataObjectSimple objects. So, you have several solutions when you need a wxDataObject class (and you need