]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/clipbrd.h
no message
[wxWidgets.git] / include / wx / os2 / clipbrd.h
index 0d9110188d861b1f817fbe87fd74ebaa5e0a31cf..9d8c45ef36dcba8c3ce9a64ec2090806897eca9d 100644 (file)
@@ -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 );