]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sizer.h
Removed wxPG_EX_LEGACY_VALIDATORS
[wxWidgets.git] / interface / wx / sizer.h
index d17569026aa7f5d08ea7133d82cc22c4c0432d5c..47f4d875c2d229ce9dd0e6f3c03727eb3447cf5f 100644 (file)
@@ -299,11 +299,13 @@ public:
 
     /**
         Set the size of the spacer tracked by this item.
+        @deprecated @todo provide deprecation description
     */
     void SetSpacer(const wxSize& size);
 
     /**
         Set the window to be tracked by this item.
+        @deprecated @todo provide deprecation description
     */
     void SetWindow(wxWindow* window);
 
@@ -1644,7 +1646,7 @@ public:
     /**
         Returns the static box associated with the sizer.
     */
-    wxStaticBox* GetStaticBox();
+    wxStaticBox* GetStaticBox() const;
 };