X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01fc49320e42f2738d398e5fc9be0cb79f2b0053..8d4ff849370781952d46cd78eb628a575ab3c688:/include/wx/clipbrd.h?ds=sidebyside diff --git a/include/wx/clipbrd.h b/include/wx/clipbrd.h index e3c9c41556..d3c90df714 100644 --- a/include/wx/clipbrd.h +++ b/include/wx/clipbrd.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;