// clears wxTheClipboard and the system's clipboard if possible
virtual void Clear();
- virtual void UsePrimarySelection(bool primary = true)
- { m_usePrimary = primary; }
-
// implementation from now on
bool m_open;
wxDataObjectList m_data;
- bool m_usePrimary;
wxDataIdToDataObjectList m_idToObject;
private:
#endif // wxUSE_CLIPBOARD
-#endif
-// _WX_CLIPBRD_H_
+#endif // _WX_CLIPBRD_H_