clarified that Raise() and Lower() only work for wxTopLevelWindows (closes #4717)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-26 16:18:28 +00:00
parent 3c52ef9423
commit 2b4367d520

View File

@@ -1515,6 +1515,9 @@ public:
/** /**
Lowers the window to the bottom of the window hierarchy (Z-order). Lowers the window to the bottom of the window hierarchy (Z-order).
@remarks
This function only works for wxTopLevelWindow-derived classes.
@see Raise() @see Raise()
*/ */
virtual void Lower(); virtual void Lower();
@@ -1748,7 +1751,9 @@ public:
/** /**
Raises the window to the top of the window hierarchy (Z-order). Raises the window to the top of the window hierarchy (Z-order).
In current version of wxWidgets this works both for managed and child windows.
@remarks
This function only works for wxTopLevelWindow-derived classes.
@see Lower() @see Lower()
*/ */