]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/events.py
added carbrsrc.r to carbon resource target
[wxWidgets.git] / wxPython / src / msw / events.py
index 4a44a50011bdfaeb2a706cce2e6d466853c25417..3d61ae0ddfd1f47f2bdb5c7fdc01984159780acd 100644 (file)
@@ -810,6 +810,9 @@ class wxNotifyEventPtr(wxCommandEventPtr):
     def IsAllowed(self, *_args, **_kwargs):
         val = apply(eventsc.wxNotifyEvent_IsAllowed,(self,) + _args, _kwargs)
         return val
+    def Allow(self, *_args, **_kwargs):
+        val = apply(eventsc.wxNotifyEvent_Allow,(self,) + _args, _kwargs)
+        return val
     def Veto(self, *_args, **_kwargs):
         val = apply(eventsc.wxNotifyEvent_Veto,(self,) + _args, _kwargs)
         return val