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:
Václav Slavík
2006-09-14 12:22:46 +00:00
parent 632aaa1891
commit 865a74c700
4 changed files with 19 additions and 18 deletions

View File

@@ -485,7 +485,7 @@ public:
// returns true if the window is visible, i.e. IsShown() returns true
// if called on it and all its parents up to the first TLW
virtual bool IsVisible() const;
virtual bool IsShownOnScreen() const;
// get/set window style (setting style won't update the window and so
// is only useful for internal usage)