(possibly eating memory), otherwise the clipboard will be emptied on
exit.
+ Currently this method is not implemented in X11-based ports, i.e.
+ wxGTK, wxX11 and wxMotif and always returns @false there.
+
@return @false if the operation is unsuccessful for any reason.
*/
virtual bool Flush();
platforms.
*/
virtual void UsePrimarySelection(bool primary = false);
+
+ /**
+ Returns the global instance (wxTheClipboard) of the clipboard object.
+ */
+ static wxClipboard *Get();
+
};