reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-06-15 01:11:54 +00:00
parent 4eb5bfc61f
commit 4d170c95f6
3 changed files with 3 additions and 3 deletions

View File

@@ -11522,7 +11522,7 @@ class Sizer(Object):
Returns the `wx.SizerItem` which holds the *item* given. The *item*
parameter can be either a window, a sizer, or the zero-based index of
the item to be detached.
the item to be found.
"""
return _core_.Sizer_GetItem(*args, **kwargs)

View File

@@ -11522,7 +11522,7 @@ class Sizer(Object):
Returns the `wx.SizerItem` which holds the *item* given. The *item*
parameter can be either a window, a sizer, or the zero-based index of
the item to be detached.
the item to be found.
"""
return _core_.Sizer_GetItem(*args, **kwargs)

View File

@@ -11526,7 +11526,7 @@ class Sizer(Object):
Returns the `wx.SizerItem` which holds the *item* given. The *item*
parameter can be either a window, a sizer, or the zero-based index of
the item to be detached.
the item to be found.
"""
return _core_.Sizer_GetItem(*args, **kwargs)