]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataobj.h
HTTP_PROXY bug (freeze on program startup) should be fixed
[wxWidgets.git] / include / wx / dataobj.h
index 08171926b88da6306324a63a4e832990115ff6e7..544d90ef130517d4c49338923ee472c91265a12d 100644 (file)
@@ -146,6 +146,9 @@ public:
     {
         return FALSE;
     }
+
+    // returns TRUE if this format is supported
+    bool IsSupported(const wxDataFormat& format, Direction dir = Get) const;
 };
 
 // ----------------------------------------------------------------------------