projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added version of Quantize that manages the palette itself
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
clipbrd.h
diff --git
a/include/wx/gtk1/clipbrd.h
b/include/wx/gtk1/clipbrd.h
index b6d2583e84144d3ca4a5c30b8916b9d5333cee8e..0bc454dc22910c7a7422c98a87cb5e907181dbae 100644
(file)
--- a/
include/wx/gtk1/clipbrd.h
+++ b/
include/wx/gtk1/clipbrd.h
@@
-39,6
+39,9
@@
public:
// close the clipboard after SetData() and GetData()
virtual void Close();
// 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 );
// set the clipboard data. all other formats will be deleted.
virtual bool SetData( wxDataObject *data );