X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4069916857010a2f9a73b4e14380d6c8d416aefd..4bb081fd23dc73d1bc005f67649c9eb0d244dc14:/wxPython/src/mac/windows2.py?ds=sidebyside diff --git a/wxPython/src/mac/windows2.py b/wxPython/src/mac/windows2.py index 52d6f111f1..539b0ab995 100644 --- a/wxPython/src/mac/windows2.py +++ b/wxPython/src/mac/windows2.py @@ -129,7 +129,7 @@ def wxPreNotebook(*_args,**_kwargs): return val -class wxSplitterEventPtr(wxCommandEventPtr): +class wxSplitterEventPtr(wxNotifyEventPtr): def __init__(self,this): self.this = this self.thisown = 0 @@ -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):