]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/clipbrd.h
add WXWIN_COMPATIBILITY_2_6 block around wxUsleep deprecation; put wxPlatform declara...
[wxWidgets.git] / include / wx / clipbrd.h
index f42ee1cc92b52d6d913bd500744b15bf36f58d47..d3c90df714f18e1472c10e1cb61324923649adc0 100644 (file)
@@ -17,7 +17,7 @@
 #if wxUSE_CLIPBOARD
 
 
-#include "wx/object.h"
+#include "wx/event.h"
 #include "wx/chartype.h"
 #include "wx/vector.h"
 
@@ -60,6 +60,9 @@ public:
     // ask if data in correct format is available
     virtual bool IsSupported( const wxDataFormat& format ) = 0;
 
+    // ask if data in correct format is available
+    virtual bool IsSupportedAsync( wxEvtHandler *sink );
+    
     // fill data with data on the clipboard (if available)
     virtual bool GetData( wxDataObject& data ) = 0;