X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1be7f92adb9b0140ccbbc7a5b4d2731da0318837..6fd5fa4fcc83bfc4be401e0d4e752f48ae0a38bf:/include/wx/os2/clipbrd.h diff --git a/include/wx/os2/clipbrd.h b/include/wx/os2/clipbrd.h index 0d9110188d..9d8c45ef36 100644 --- a/include/wx/os2/clipbrd.h +++ b/include/wx/os2/clipbrd.h @@ -65,6 +65,9 @@ public: // close the clipboard after SetData() and GetData() virtual void Close(); + // query whether the clipboard is opened + virtual bool IsOpened() const; + // set the clipboard data. all other formats will be deleted. virtual bool SetData( wxDataObject *data );