+ const wxPoint& pos)
+ : m_posWizard(pos), m_bitmap(bitmap)
+{
+ // just create the dialog itself here, the controls will be created in
+ // DoCreateControls() called later when we know our final size
+ m_page = (wxWizardPage *)NULL;
+ m_btnPrev = m_btnNext = NULL;
+ m_statbmp = NULL;
+
+ (void)wxDialog::Create(parent, id, title, pos);
+}
+
+void wxWizard::DoCreateControls()