]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/wizard.h
clarify wxFlexSizerGrowMode description
[wxWidgets.git] / interface / wx / wizard.h
index fb0fd893d8e9c1acbea239fc835f069857e3e604..50c20e823f36917c537b0a226bda563dbfde8c57 100644 (file)
@@ -494,9 +494,6 @@ public:
         using the sizers (even though the wizard is not resizeable) and then use
         wxSizer::CalcMin() in a loop to calculate the maximum of minimal sizes of
         the pages and pass it to SetPageSize().
-
-        @deprecated
-        This method is obsolete, use GetPageAreaSizer() instead.
     */
     virtual void SetPageSize(const wxSize& sizePage);
 };