]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dobjcomp.tex
remove duplicate m_popupInterface (patch 1509424)
[wxWidgets.git] / docs / latex / wx / dobjcomp.tex
index adeb6714eafd5dfc1625b35b5bcb3cf1f1c9cbe9..d295dc5eb13069290575ecc46265f88d639782fa 100644 (file)
@@ -63,3 +63,12 @@ Adds the {\it dataObject} to the list of supported objects and it becomes the
 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.
+