X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ce6cc9b8eda3c0195ae5233d8a4d35707a88190..914f51576275c0f5411db2eed52099c71a7489a3:/docs/latex/wx/window.tex diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index cd9326c4f0..581aa4be00 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -1546,6 +1546,10 @@ Retained windows are only available on X platforms. Returns {\tt true} if the window is shown, {\tt false} if it has been hidden. +\wxheading{See also} + +\helpref{wxWindow::IsVisible}{wxwindowisvisible} + \membersection{wxWindow::IsTopLevel}\label{wxwindowistoplevel} @@ -1556,6 +1560,18 @@ dialogs are considered to be top-level windows (even if they have a parent window). +\membersection{wxWindow::IsVisible}\label{wxwindowisvisible} + +\constfunc{virtual bool}{IsVisible}{\void} + +Returns {\tt true} if the window is physically visible on the screen, i.e. it +is shown and all its parents up to the toplevel window are shown as well. + +\wxheading{See also} + +\helpref{wxWindow::IsShown}{wxwindowisshown} + + \membersection{wxWindow::Layout}\label{wxwindowlayout} \func{void}{Layout}{\void}