]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
added hyperlink alignment flags (patch 1537043)
[wxWidgets.git] / docs / latex / wx / window.tex
index cd9326c4f0879c491af89e6524b2b8d942e9be47..581aa4be0024627276b8321ceee588cc2b457468 100644 (file)
@@ -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}