]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/events.py
wxZipFSHandler does not report non-local zip archives as openable anymore
[wxWidgets.git] / wxPython / src / gtk / events.py
index 4a44a50011bdfaeb2a706cce2e6d466853c25417..8dbc2d265c8d7b1973bb5d0f639ec451e6fdc936 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
@@ -969,6 +972,8 @@ class wxPyCommandEvent(wxPyCommandEventPtr):
 
 #-------------- FUNCTION WRAPPERS ------------------
 
+wxNewEventType = eventsc.wxNewEventType
+
 
 
 #-------------- VARIABLE WRAPPERS ------------------