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