From 2bdd6b12dd5bd3e5789e6ce4d4e2b89953fd847d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 31 Aug 2005 21:42:03 +0000 Subject: [PATCH] Raise() and Lower() work for any windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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} -- 2.45.2