コード例 #1
0
 def close_window(self):
     self.master.destroy()
     app = bks.GUI()
     app.win.mainloop()
コード例 #2
0
ファイル: add_question.py プロジェクト: ntexplorer/SECW2
 def goto_index(self):
     self.quit()
     self.index = index.GUI()
     self.win.mainloop()
コード例 #3
0
ファイル: login.py プロジェクト: ntexplorer/SECW2
 def goto_next(self):
     self.quit()
     self.backstage_index = bkm.GUI()
     self.win.mainloop()
コード例 #4
0
 def go_back(self):
     self.quit()
     self.back_index = index.GUI()
     self.win.mainloop()
コード例 #5
0
ファイル: quiz_gen.py プロジェクト: ntexplorer/SECW2
 def goBack(self):
     self.root.destroy()
     self.bks = bks.GUI()
     self.root.mainloop()