コード例 #1
0
 def on_wizard_b_clicked(self, widget):
     self.wizardButton.set_sensitive(False)
     reload(w_main)
     main_wiz = w_main.main_wiz()
     error = main_wiz.main_show(self)
     if error:
         self.dialog_error('Error in conversational dialog')
コード例 #2
0
 def on_wizard_b_clicked(self, widget):
     reload(w_main)
     main_wiz = w_main.main_wiz()
     error = main_wiz.main_show()
     if error:
         self.dialog_error('Error in conversational dialog')