Extra testing code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-08-22 22:44:36 +00:00
parent 7e955e573b
commit f94e8b87e8
2 changed files with 6 additions and 0 deletions

View 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())