# wxTB_HORIZONTAL | wxNO_BORDER | wxTB_FLAT)
#self.SetToolBar(tb)
+ log.write("Default toolbar tool size: %s\n" % tb.GetToolBitmapSize())
+
self.CreateStatusBar()
tb.AddSimpleTool(10, images.getNewBitmap(), "New", "Long help for 'New'")
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())