renamed wxWindow::IsVisible() to IsShownOnScreen() to fix name conflicts with other classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1560,7 +1560,19 @@ Returns {\tt true} if the window is shown, {\tt false} if it has been hidden.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxWindow::IsVisible}{wxwindowisvisible}
|
||||
\helpref{wxWindow::IsShownOnScreen}{wxwindowisshownonscreen}
|
||||
|
||||
|
||||
\membersection{wxWindow::IsShownOnScreen}\label{wxwindowisshownonscreen}
|
||||
|
||||
\constfunc{virtual bool}{IsShownOnScreen}{\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::IsTopLevel}\label{wxwindowistoplevel}
|
||||
@@ -1572,18 +1584,6 @@ 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}
|
||||
|
Reference in New Issue
Block a user