X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/105e45b9d02d7e9ed10923957ae1ce60c037273d..9f06bcb3b8aea7aa709754a217c26e94fe2d5954:/utils/wxPython/src/gtk/mdi.py diff --git a/utils/wxPython/src/gtk/mdi.py b/utils/wxPython/src/gtk/mdi.py index 3bd0fa00a1..b878c8dc13 100644 --- a/utils/wxPython/src/gtk/mdi.py +++ b/utils/wxPython/src/gtk/mdi.py @@ -31,9 +31,6 @@ class wxMDIParentFramePtr(wxFramePtr): def Cascade(self): val = mdic.wxMDIParentFrame_Cascade(self.this) return val - def GetClientSize(self): - val = mdic.wxMDIParentFrame_GetClientSize(self.this) - return val def GetActiveChild(self): val = mdic.wxMDIParentFrame_GetActiveChild(self.this) val = wxMDIChildFramePtr(val) @@ -79,15 +76,6 @@ class wxMDIChildFramePtr(wxFramePtr): def Restore(self): val = mdic.wxMDIChildFrame_Restore(self.this) return val - def SetMenuBar(self,arg0): - val = mdic.wxMDIChildFrame_SetMenuBar(self.this,arg0.this) - return val - def SetClientSize(self,arg0,arg1): - val = mdic.wxMDIChildFrame_SetClientSize(self.this,arg0,arg1) - return val - def GetPosition(self): - val = mdic.wxMDIChildFrame_GetPosition(self.this) - return val def __repr__(self): return "" class wxMDIChildFrame(wxMDIChildFramePtr):