X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85260f24dea6546ecfff376bac1d8838237ec2fe..e55c4dd1b1c6b4ebaa86d014c71b378baba77bec:/wxPython/demo/wxWizard.py diff --git a/wxPython/demo/wxWizard.py b/wxPython/demo/wxWizard.py index 402a307031..9c6d4830cc 100644 --- a/wxPython/demo/wxWizard.py +++ b/wxPython/demo/wxWizard.py @@ -170,6 +170,10 @@ wxWizardPageSimple class can easily be used for the pages.""")) def OnRunDynamicWizard(self, evt): # Create the wizard and the pages + #wizard = wxPreWizard() + #wizard.SetExtraStyle(wxWIZARD_EX_HELPBUTTON) + #wizard.Create(self, self.ID_wiz, "Simple Wizard", + # images.getWizTest1Bitmap()) wizard = wxWizard(self, self.ID_wiz, "Simple Wizard", images.getWizTest1Bitmap())