git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55941
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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().
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);
};
*/
virtual void SetPageSize(const wxSize& sizePage);
};