]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.h
Lots of changes for wxPython to start using many of the new featues in
[wxWidgets.git] / wxPython / src / helpers.h
index e90e872415037946b9dd3405658746eb0ea1c7b1..e3432295a65e0956eaf80ae1be291b419de9014d 100644 (file)
@@ -194,7 +194,7 @@ protected:
 class wxPyEvent : public wxEvent, public wxPyEvtSelfRef {
     DECLARE_ABSTRACT_CLASS(wxPyEvent)
 public:
-    wxPyEvent(int id=0);
+    wxPyEvent(int winid=0, wxEventType commandType = wxEVT_NULL);
     wxPyEvent(const wxPyEvent& evt);
     ~wxPyEvent();