X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c220de0b393b5098c705c1a62ef7fc4698e2fa52..365b8793d3a3a5168f1c1e56b88605e7085c4c9b:/include/wx/clipbrd.h diff --git a/include/wx/clipbrd.h b/include/wx/clipbrd.h index f42ee1cc92..d3c90df714 100644 --- a/include/wx/clipbrd.h +++ b/include/wx/clipbrd.h @@ -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;