]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sizer.h
fix parent class and constant
[wxWidgets.git] / interface / wx / sizer.h
index ec02ec9e3c6fbf7444a4d0243328c3d40c121359..055429d5965b5033e4036eaea16ff3752d814d99 100644 (file)
@@ -1225,6 +1225,8 @@ public:
     */
     void SetSpacer(const wxSize& size);
 
+    void SetUserData(wxObject* userData);
+
     /**
         Set the window to be tracked by this item.
         @deprecated @todo provide deprecation description
@@ -1581,6 +1583,11 @@ public:
         Note that this method does not trigger relayout.
     */
     void SetNonFlexibleGrowMode(wxFlexSizerGrowMode mode);
+    
+    virtual void RecalcSizes();
+    
+    virtual wxSize CalcMin();
+    
 };