]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
Added VC++ project files (seems logical)
[wxWidgets.git] / include / wx / wizard.h
index 58eb283c51525912ec648a1cff060b81bf0f1265..ec311b7cb9166c8b14b9c7d1ea67863039c18b62 100644 (file)
@@ -133,6 +133,11 @@ public:
     // get the current page (NULL if RunWizard() isn't running)
     virtual wxWizardPage *GetCurrentPage() const = 0;
 
+    // set the min size which should be available for the pages: a
+    // wizard will take into account the size of the bitmap (if any)
+    // itself and will never be less than some predefined fixed size
+    virtual void SetPageSize(const wxSize& size) = 0;
+
     // get the size available for the page: the wizards are not resizeable, so
     // this size doesn't change
     virtual wxSize GetPageSize() const = 0;