Exemple #1
0
 def goto(self, page, alt_bg_style=None):
     Wizard.goto(self, page)
Exemple #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)
Exemple #3
0
 def goto(self, page, alt_bg_style=None):
     Wizard.goto(self, page)
Exemple #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)