Raise() and Lower() work for any windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1498,8 +1498,11 @@ This is just a wrapper for \helpref{ScrollLines}{wxwindowscrolllines}$(-1)$.
|
|||||||
|
|
||||||
\func{void}{Lower}{\void}
|
\func{void}{Lower}{\void}
|
||||||
|
|
||||||
Lowers the window to the bottom of the window hierarchy if it is a managed window (dialog
|
Lowers the window to the bottom of the window hierarchy.
|
||||||
or frame).
|
|
||||||
|
\wxheading{See also}
|
||||||
|
|
||||||
|
\helpref{Raise}{wxwindowraise}
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxWindow::MakeModal}\label{wxwindowmakemodal}
|
\membersection{wxWindow::MakeModal}\label{wxwindowmakemodal}
|
||||||
@@ -2217,8 +2220,13 @@ remove the event handler.
|
|||||||
|
|
||||||
\func{void}{Raise}{\void}
|
\func{void}{Raise}{\void}
|
||||||
|
|
||||||
Raises the window to the top of the window hierarchy if it is a managed window (dialog
|
Raises the window to the top of the window hierarchy.
|
||||||
or frame).
|
|
||||||
|
In current version of wxWidgets this works both for manage and child windows.
|
||||||
|
|
||||||
|
\wxheading{See also}
|
||||||
|
|
||||||
|
\helpref{Lower}{wxwindowlower}
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxWindow::Refresh}\label{wxwindowrefresh}
|
\membersection{wxWindow::Refresh}\label{wxwindowrefresh}
|
||||||
|
Reference in New Issue
Block a user