]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sizer.h
Interface fixes for Phoenix
[wxWidgets.git] / interface / wx / sizer.h
index 351215add75a9b9e7b4cfe460c87798e1abee6d6..9501317cfac0344242ac58e117b1128a0eaa7d49 100644 (file)
@@ -439,6 +439,11 @@ public:
     */
     wxWindow* GetContainingWindow() const;
 
     */
     wxWindow* GetContainingWindow() const;
 
+    /**
+       Set the window this sizer is used in.
+    */
+    void SetContainingWindow(wxWindow *window);
+    
     /**
        Returns the number of items in the sizer.
 
     /**
        Returns the number of items in the sizer.
 
@@ -921,6 +926,13 @@ public:
         @see Hide(), IsShown()
     */
     bool Show(size_t index, bool show = true);
         @see Hide(), IsShown()
     */
     bool Show(size_t index, bool show = true);
+
+
+    /**
+       Show or hide all items managed by the sizer.
+    */
+    virtual void ShowItems(bool show);
+
 };
 
 
 };