]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/clipbrd.h
black now denotes 0 on mono-bitmaps.
[wxWidgets.git] / include / wx / gtk1 / clipbrd.h
index b6d2583e84144d3ca4a5c30b8916b9d5333cee8e..0bc454dc22910c7a7422c98a87cb5e907181dbae 100644 (file)
@@ -39,6 +39,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 );