X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..f38374d0d7aa865e9bbe8ee61b75b94ffcdfb220:/include/wx/wizard.h diff --git a/include/wx/wizard.h b/include/wx/wizard.h index d51020e07d..1d30123a5e 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -121,6 +121,10 @@ public: // get the current page (NULL if RunWizard() isn't running) virtual wxWizardPage *GetCurrentPage() const = 0; + + // get the size available for the page: the wizards are not resizeable, so + // this size doesn't change + virtual wxSize GetPageSize() const = 0; }; // include the real class declaration