reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-12-11 18:28:11 +00:00
parent 5ec5b47f47
commit 70b63a9909
9 changed files with 108 additions and 108 deletions

View File

@@ -8396,7 +8396,7 @@ class Window(EvtHandler):
Raise(self)
Raises the window to the top of the window hierarchy. In current
version of wxWidgets this works both for manage and child windows.
version of wxWidgets this works both for managed and child windows.
"""
return _core_.Window_Raise(*args, **kwargs)
@@ -8405,7 +8405,7 @@ class Window(EvtHandler):
Lower(self)
Lowers the window to the bottom of the window hierarchy. In current
version of wxWidgets this works both for manage and child windows.
version of wxWidgets this works both for managed and child windows.
"""
return _core_.Window_Lower(*args, **kwargs)