]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxWizard.py
Updated to current API.
[wxWidgets.git] / wxPython / demo / wxWizard.py
index 402a307031b31ee6707243316081d88b5dee2ec5..9c6d4830cc9a33005635b20a69d0dac1bd93ddaf 100644 (file)
@@ -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())