]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dataobj.i
Added missing platform constants
[wxWidgets.git] / wxPython / src / _dataobj.i
index fd6cd5c5b0a77f26505acb70ab703fb6edbcbac0..8f5f8f0e27eb434cd6d042bb167c5b8420fa0a47 100644 (file)
@@ -524,6 +524,14 @@ public:
 the preferred object if preferred is True.", "");
     
     %cleardisown( wxDataObjectSimple *dataObject );
+
+    DocDeclStr(
+        wxDataFormat , GetReceivedFormat() const,
+        "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.", "");
+    
 };
 
 //---------------------------------------------------------------------------