X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4069916857010a2f9a73b4e14380d6c8d416aefd..0af45411b9d08118f2a599427de2092c3f7972f2:/wxPython/src/mac/windows2.py?ds=sidebyside diff --git a/wxPython/src/mac/windows2.py b/wxPython/src/mac/windows2.py index 52d6f111f1..66c94cadc6 100644 --- a/wxPython/src/mac/windows2.py +++ b/wxPython/src/mac/windows2.py @@ -219,6 +219,15 @@ class wxSplitterWindowPtr(wxWindowPtr): def GetMinimumPaneSize(self, *_args, **_kwargs): val = apply(windows2c.wxSplitterWindow_GetMinimumPaneSize,(self,) + _args, _kwargs) return val + def SizeWindows(self, *_args, **_kwargs): + val = apply(windows2c.wxSplitterWindow_SizeWindows,(self,) + _args, _kwargs) + return val + def SetNeedUpdating(self, *_args, **_kwargs): + val = apply(windows2c.wxSplitterWindow_SetNeedUpdating,(self,) + _args, _kwargs) + return val + def GetNeedUpdating(self, *_args, **_kwargs): + val = apply(windows2c.wxSplitterWindow_GetNeedUpdating,(self,) + _args, _kwargs) + return val def __repr__(self): return "" % (self.this,) class wxSplitterWindow(wxSplitterWindowPtr):