#include <wx/clipbrd.h>
#include <wx/mimetype.h>
+#include <wx/image.h>
//----------------------------------------------------------------------
IMPLEMENT_ABSTRACT_CLASS(wxPyCommandEvent, wxCommandEvent);
-wxPyEvent::wxPyEvent(int id)
- : wxEvent(id) {
+wxPyEvent::wxPyEvent(int winid, wxEventType commandType)
+ : wxEvent(winid, commandType) {
}