#endif
#include "wx/defs.h"
+
+#if wxUSE_CLIPBOARD
+
#include "wx/object.h"
#include "wx/list.h"
#include "wx/dataobj.h"
bool m_open;
+ bool m_ownsClipboard;
+ bool m_ownsPrimarySelection;
+
wxList m_dataObjects;
- char *m_sentString,
- *m_receivedString;
- void *m_receivedTargets;
GtkWidget *m_clipboardWidget;
bool m_formatSupported;
void OnExit();
};
+#endif
+
+ // wxUSE_CLIPBOARD
#endif
// __GTKCLIPBOARDH__