- wxClipboardEvent(wxEventType commandType = wxEVT_NULL)
- : wxEvent(0,commandType)
- { }
-
- wxClipboardEvent(const wxClipboardEvent& event)
- : wxEvent(event),
- m_formats(event.m_formats)
- { }
+ wxClipboardEvent(wxEventType evtType = wxEVT_NULL);
+ wxClipboardEvent(const wxClipboardEvent& event);