]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/wizard.h
wxChoice derives from wxChoiceBase; renamed Append to DoAppend
[wxWidgets.git] / include / wx / generic / wizard.h
index f16fe894f25d9e220697a16d4171e40fb5eeac4a..99c2710a25989a67a76e8ab287cf3fe29f0505d5 100644 (file)
@@ -47,6 +47,7 @@ public:
     virtual wxWizardPage *GetCurrentPage() const;
     virtual void SetPageSize(const wxSize& size);
     virtual wxSize GetPageSize() const;
+    virtual void FitToPage(const wxWizardPage *firstPage);
 
     // implementation only from now on
     // -------------------------------
@@ -61,7 +62,7 @@ public:
 
     // do fill the dialog with controls
     // this is app-overridable to, for example, set help and tooltip text
-    void DoCreateControls();
+    virtual void DoCreateControls();
 
 private:
     // was the dialog really created?