]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.h
Allways need an App object now
[wxWidgets.git] / wxPython / src / helpers.h
index e731fb51df16bf5cd7afae8d05815414e978508f..e3432295a65e0956eaf80ae1be291b419de9014d 100644 (file)
@@ -48,6 +48,9 @@ void      wxPyPtrTypeMap_Add(const char* commonName, const char* ptrName);
 PyObject* wxPy_ConvertList(wxListBase* list, const char* className);
 long      wxPyGetWinHandle(wxWindow* win);
 
+void wxPy_ReinitStockObjects();
+
+
 //----------------------------------------------------------------------
 
 // if we want to handle threads and Python threads are available...
@@ -191,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();