]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
small sample cleanup (formatting, use stock menu items)
[wxWidgets.git] / include / wx / window.h
index e0b685a11021372884495d5a4376711533ee274e..7a20dcb81a9ae34993f16e91d00d84d89536f769 100644 (file)
@@ -479,6 +479,10 @@ public:
     virtual bool IsShown() const { return m_isShown; }
     virtual bool IsEnabled() const { return m_isEnabled; }
 
+    // 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;
+
         // get/set window style (setting style won't update the window and so
         // is only useful for internal usage)
     virtual void SetWindowStyleFlag( long style ) { m_windowStyle = style; }