]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dobjcomp.tex
added copy constr
[wxWidgets.git] / docs / latex / wx / dobjcomp.tex
index fbdc1c5ac49bf8e66d2573b1c4d798e39039d115..527a36e9b774b0c8c7c3d4bffdd7d7398760e63e 100644 (file)
@@ -12,7 +12,7 @@
 \section{\class{wxDataObjectComposite}}\label{wxdataobjectcomposite}
 
 wxDataObjectComposite is the simplest 
-\helpref{wxDataObject}{wxdataobject} derivation which may be sued to support
+\helpref{wxDataObject}{wxdataobject} derivation which may be used to support
 multiple formats. It contains several 
 \helpref{wxDataObjectSimple}{wxdataobjectsimple} objects and supports any
 format supported by at least one of them. Only one of these data objects is
@@ -36,6 +36,10 @@ None, this class should be used directly.
 
 <wx/dataobj.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{Clipboard and drag and drop overview}{wxdndoverview}, 
@@ -57,9 +61,18 @@ The default constructor.
 
 \func{void}{Add}{
     \param{wxDataObjectSimple }{*dataObject},
-    \param{bool }{preferred = FALSE}}
+    \param{bool }{preferred = false}}
 
 Adds the {\it dataObject} to the list of supported objects and it becomes the
-preferred object if {\it preferred} is TRUE.
+preferred object if {\it preferred} is true.
+
+
+\membersection{wxDataObjectComposite::GetReceivedFormat}\label{wxdataobjectcompositegetreceivedformat}
+
+\constfunc{wxDataFormat}{GetReceivedFormat}{}
 
+Report the format passed to the SetData method.  This should be the
+format of the data object within the composite that recieved data from
+the clipboard or the DnD operation.  You can use this method to find
+out what kind of data object was recieved.