]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/clip_dnd.i
Updated the build docs a bit, added wxMetafileDataObject, and some
[wxWidgets.git] / wxPython / src / clip_dnd.i
index dc8e465d9a9070a82b2214169f86bda7a39f8e9a..a5457180dd6a17dd85e58c47ab158c1080316eea 100644 (file)
@@ -367,6 +367,25 @@ public:
     void SetURL(const wxString& url);
 };
 
+//----------------------------------------------------------------------
+
+#ifndef __WXGTK__
+
+%{
+#include <wx/metafile.h>
+%}
+
+class wxMetafileDataObject : public wxDataObjectSimple
+{
+public:
+    wxMetafileDataObject();
+
+    void SetMetafile(const wxMetafile& metafile);
+    wxMetafile GetMetafile() const;
+};
+
+#endif
+
 //----------------------------------------------------------------------
 //----------------------------------------------------------------------
 //----------------------------------------------------------------------