]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dataobj.h
use the native wxImageList under Win32 as otherwise xUniv doesn't link currently
[wxWidgets.git] / include / wx / gtk1 / dataobj.h
index 79430ddce62d60066583968af6d091bcfc5ae559..bd6783c977ab7e5454eb9952d4bbb4d0583b2a19 100644 (file)
 
 class wxDataObject : public wxDataObjectBase
 {
+public:
+    wxDataObject();
+#ifdef __DARWIN__
+    virtual ~wxDataObject() { }
+#endif
+    
+    virtual bool IsSupportedFormat( const wxDataFormat& format, Direction dir = Get ) const;
 };
 
 #endif // _WX_GTK_DATAOBJ_H_