X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/952f2aaa86db53c587a265485791b06afcc1e903..65baafba0e8cd74f2264b7e2f7625ff5bea84864:/docs/latex/wx/window.tex?ds=sidebyside diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 5e6a220f58..322ca2ae90 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -1498,8 +1498,11 @@ This is just a wrapper for \helpref{ScrollLines}{wxwindowscrolllines}$(-1)$. \func{void}{Lower}{\void} -Lowers the window to the bottom of the window hierarchy if it is a managed window (dialog -or frame). +Lowers the window to the bottom of the window hierarchy. + +\wxheading{See also} + +\helpref{Raise}{wxwindowraise} \membersection{wxWindow::MakeModal}\label{wxwindowmakemodal} @@ -2217,8 +2220,13 @@ remove the event handler. \func{void}{Raise}{\void} -Raises the window to the top of the window hierarchy if it is a managed window (dialog -or frame). +Raises the window to the top of the window hierarchy. + +In current version of wxWidgets this works both for manage and child windows. + +\wxheading{See also} + +\helpref{Lower}{wxwindowlower} \membersection{wxWindow::Refresh}\label{wxwindowrefresh}