X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d0918205aae1b1a45267ad7ddfab8eb00185dce..85bc0351f76f6d3f00460a167fc108b900e0725c:/utils/wxPython/src/gtk/windows2.py diff --git a/utils/wxPython/src/gtk/windows2.py b/utils/wxPython/src/gtk/windows2.py index 41f6c2f894..fba23472ae 100644 --- a/utils/wxPython/src/gtk/windows2.py +++ b/utils/wxPython/src/gtk/windows2.py @@ -7,6 +7,8 @@ from gdi import * from windows import * +from clip_dnd import * + from controls import * from events import * @@ -538,6 +540,9 @@ class wxSplitterWindowPtr(wxWindowPtr): def IsSplit(self, *_args, **_kwargs): val = apply(windows2c.wxSplitterWindow_IsSplit,(self,) + _args, _kwargs) return val + def ReplaceWindow(self, *_args, **_kwargs): + val = apply(windows2c.wxSplitterWindow_ReplaceWindow,(self,) + _args, _kwargs) + return val def SetBorderSize(self, *_args, **_kwargs): val = apply(windows2c.wxSplitterWindow_SetBorderSize,(self,) + _args, _kwargs) return val