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