reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user