X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..1b47bebc987a6dd4fb749c83f66ca5d5050d642b:/wxPython/src/gtk/frames.py diff --git a/wxPython/src/gtk/frames.py b/wxPython/src/gtk/frames.py index 77aa341cba..49c614d0c2 100644 --- a/wxPython/src/gtk/frames.py +++ b/wxPython/src/gtk/frames.py @@ -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