]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/gtk/windows.py
Prep for wxPython 2.1b3 release
[wxWidgets.git] / utils / wxPython / src / gtk / windows.py
index be4e3543054b54b543369643ef29ab6c32bc734c..6bcc54c9d981431429e523b045d08409b97d0f3e 100644 (file)
@@ -538,6 +538,9 @@ class wxMenuPtr(wxEvtHandlerPtr):
     def UpdateUI(self, *_args, **_kwargs):
         val = apply(windowsc.wxMenu_UpdateUI,(self,) + _args, _kwargs)
         return val
+    def Destroy(self, *_args, **_kwargs):
+        val = apply(windowsc.wxMenu_Destroy,(self,) + _args, _kwargs)
+        return val
     def __repr__(self):
         return "<C wxMenu instance at %s>" % (self.this,)
 class wxMenu(wxMenuPtr):