]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
specific workaround for XCODE native
[wxWidgets.git] / include / wx / sizer.h
index 5f7738dce2dd378ccdb8dbb4da430e2f8b937eac..ce907346bba9fdbd62b39d0547b6f66c884e4e30 100644 (file)
@@ -313,7 +313,7 @@ public:
     bool IsShown( size_t index ) const;
 
     // Recursively call wxWindow::Show () on all sizer items.
-    void ShowItems (bool show);
+    virtual void ShowItems (bool show);
 
 protected:
     wxSize              m_size;
@@ -505,6 +505,9 @@ public:
     wxStaticBox *GetStaticBox() const
         { return m_staticBox; }
 
+    // override to hide/show the static box as well
+    virtual void ShowItems (bool show);
+
 protected:
     wxStaticBox   *m_staticBox;