// 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 );
// primary == FALSE resets it.
virtual void UsePrimarySelection(bool primary = TRUE)
{ m_usePrimary = primary; }
// primary == FALSE resets it.
virtual void UsePrimarySelection(bool primary = TRUE)
{ m_usePrimary = primary; }