IsShown() now returns false for non-selected wxNotebook pages, see #4343

This commit is contained in:
Paul Cornett
2015-08-15 11:09:03 -07:00
parent 05862e608d
commit 51e766093e
2 changed files with 7 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ public:
virtual void Lower();
virtual bool Show( bool show = true );
virtual bool IsShown() const;
virtual bool IsRetained() const;