remove deprecation from wxWizard::SetPageSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -494,9 +494,6 @@ public:
|
|||||||
using the sizers (even though the wizard is not resizeable) and then use
|
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
|
wxSizer::CalcMin() in a loop to calculate the maximum of minimal sizes of
|
||||||
the pages and pass it to SetPageSize().
|
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);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user