]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/windows.py
Enable wxDynamicLoader
[wxWidgets.git] / wxPython / src / mac / windows.py
index c4f26e888934cce80d928a13d97cf80294419836..1f38cc36472131b9777cf83b94bcf770fc4b07f3 100644 (file)
@@ -328,6 +328,9 @@ class wxWindowPtr(wxEvtHandlerPtr):
     def PushEventHandler(self, *_args, **_kwargs):
         val = apply(windowsc.wxWindow_PushEventHandler,(self,) + _args, _kwargs)
         return val
+    def RemoveEventHandler(self, *_args, **_kwargs):
+        val = apply(windowsc.wxWindow_RemoveEventHandler,(self,) + _args, _kwargs)
+        return val
     def PopupMenuXY(self, *_args, **_kwargs):
         val = apply(windowsc.wxWindow_PopupMenuXY,(self,) + _args, _kwargs)
         return val