X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74bcba0e3300839a9184ccaacc25dd5c05c1fad3..c7206e642459697310df2051e76068307584aa14:/wxPython/src/windows.i diff --git a/wxPython/src/windows.i b/wxPython/src/windows.i index f164ac7348..133605331c 100644 --- a/wxPython/src/windows.i +++ b/wxPython/src/windows.i @@ -123,7 +123,7 @@ public: wxPyValidator* ptr = NULL; wxPyValidator* self = (wxPyValidator*)this; - wxPyTState* state = wxPyBeginBlockThreads(); + wxPyBeginBlockThreads(); if (self->m_myInst.findCallback("Clone")) { PyObject* ro; ro = self->m_myInst.callCallbackObj(Py_BuildValue("()")); @@ -132,7 +132,7 @@ public: Py_DECREF(ro); } } - wxPyEndBlockThreads(state); + wxPyEndBlockThreads(); // This is very dangerous!!! But is the only way I could find // to squash a memory leak. Currently it is okay, but if the @@ -402,9 +402,12 @@ public: wxAcceleratorTable *GetAcceleratorTable(); #ifdef __WXMSW__ - // This seems pretty bogus, but is currently needed for SplitTree + // A way to do the native draw first... Too bad it isn't in wxGTK too. void OnPaint(wxPaintEvent& event); #endif + + wxButton* GetDefaultItem(); + void SetDefaultItem(wxButton *btn); }; @@ -460,8 +463,6 @@ public: %pragma(python) addtomethod = "wxPrePanel:val._setOORInfo(val)" void InitDialog(); - wxButton* GetDefaultItem(); - void SetDefaultItem(wxButton *btn); };