reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -683,7 +683,7 @@ class SplitterWindow(core.Window):
|
||||
|
||||
Constructor. Creates and shows a SplitterWindow.
|
||||
"""
|
||||
if kwargs.has_key('point'): kwargs['pos'] = kwargs['point']
|
||||
if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']
|
||||
newobj = _windows.new_SplitterWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
|
Reference in New Issue
Block a user