]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/events.py
Removed obsolete -WE flags from WIN32 BC++ makefiles
[wxWidgets.git] / wxPython / src / gtk / events.py
index d6ba0941e71b83c443fce8ef2c5044bfe3cc3800..38be62abe4a4ac9aea892e06721777945409d150 100644 (file)
@@ -629,6 +629,9 @@ class wxMenuEventPtr(wxEventPtr):
     def GetMenuId(self, *_args, **_kwargs):
         val = apply(eventsc.wxMenuEvent_GetMenuId,(self,) + _args, _kwargs)
         return val
+    def IsPopup(self, *_args, **_kwargs):
+        val = apply(eventsc.wxMenuEvent_IsPopup,(self,) + _args, _kwargs)
+        return val
     def __repr__(self):
         return "<C wxMenuEvent instance at %s>" % (self.this,)
 class wxMenuEvent(wxMenuEventPtr):