X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a323d3bda70a87bdfe11c835617185dd8060724c..9c46ea66472d59fe5fe623c456e540e47d922fcf:/wxPython/src/gtk/windows2.py diff --git a/wxPython/src/gtk/windows2.py b/wxPython/src/gtk/windows2.py index 52d6f111f1..66c94cadc6 100644 --- a/wxPython/src/gtk/windows2.py +++ b/wxPython/src/gtk/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):