X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c52ef94230fa216fdb8f4c353c4db2e01250497..2b4367d520dc794b30e947e46888c30fb85b044b:/interface/wx/window.h diff --git a/interface/wx/window.h b/interface/wx/window.h index b20b43dcde..ab349f2486 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -1515,6 +1515,9 @@ public: /** Lowers the window to the bottom of the window hierarchy (Z-order). + @remarks + This function only works for wxTopLevelWindow-derived classes. + @see Raise() */ virtual void Lower(); @@ -1748,7 +1751,9 @@ public: /** 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() */