]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
Committing in .
[wxWidgets.git] / include / wx / wizard.h
index d51020e07d606594f65a7015195d6b8df1ce365a..1d30123a5e24630f5bb67b97205a769c70796784 100644 (file)
@@ -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