Example #1
0
 def goto(self, page, alt_bg_style=None):
     Wizard.goto(self, page)
Example #2
0
 def goto(self, page, alt_bg_style=None):
     Wizard.goto(self, page)
     if alt_bg_style is True:
         self.alternate_background_set(True)
     else:
         self.alternate_background_set(False)
Example #3
0
 def goto(self, page, alt_bg_style=None):
     Wizard.goto(self, page)
Example #4
0
 def goto(self, page, alt_bg_style=None):
     Wizard.goto(self, page)
     if alt_bg_style is True:
         self.alternate_background_set(True)
     else:
         self.alternate_background_set(False)