// clears wxTheClipboard and the system's clipboard if possible
virtual void Clear();
+
+ /// X11 has two clipboards which get selected by this call. Empty on MSW.
+ void UsePrimarySelection( bool WXUNUSED(primary) = FALSE ) { }
+
};
// The global clipboard object