]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/frames.py
Lots of changes for wxPython to start using many of the new featues in
[wxWidgets.git] / wxPython / src / gtk / frames.py
index 77aa341cbaa1bf3c0e259b479e2966f9fb19c9c0..49c614d0c23910f0197fe1c3ca4700646a729567 100644 (file)
@@ -143,6 +143,12 @@ class wxFramePtr(wxTopLevelWindowPtr):
     def SendSizeEvent(self, *_args, **_kwargs):
         val = framesc.wxFrame_SendSizeEvent(self, *_args, **_kwargs)
         return val
+    def DoMenuUpdates(self, *_args, **_kwargs):
+        val = framesc.wxFrame_DoMenuUpdates(self, *_args, **_kwargs)
+        return val
+    def UpdateWindowUI(self, *_args, **_kwargs):
+        val = framesc.wxFrame_UpdateWindowUI(self, *_args, **_kwargs)
+        return val
     def __repr__(self):
         return "<%s.%s instance; proxy of C++ wxFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
     Command = ProcessCommand