]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_evthandler.i
wxBookCtrl --> wxBookCtrlBase
[wxWidgets.git] / wxPython / src / _evthandler.i
index 915d659f4d165751d3afcf1258c8f7c826c06bf0..5cbe3734c961b6cf15c4c909b88ead803e563cbc 100644 (file)
 // wxEvtHandler: the base class for all objects handling wxWindows events
 class wxEvtHandler : public wxObject {
 public:
+    // turn off this typemap
+    %typemap(out) wxEvtHandler*;    
+
     wxEvtHandler();
 
+    // Turn it back on again
+    %typemap(out) wxEvtHandler* { $result = wxPyMake_wxObject($1, $owner); }
+
     wxEvtHandler* GetNextHandler();
     wxEvtHandler* GetPreviousHandler();
     void SetNextHandler(wxEvtHandler* handler);