X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1be7f92adb9b0140ccbbc7a5b4d2731da0318837..eb3b9ddac489983d36cf7c5781391be34ee1a2f5:/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 );