def new_session(self):
rly = tkMessageBox.askyesno(
"Warning",
"This will close all opened models. Continue?"
)
if rly is True:
self.clear()
self.clear_button.configure(state="normal")
self.open_button.configure(state="normal")
self.dens_button.configure(state="normal")
self.comp_button.configure(state="normal")
self.new_session_button.configure("disabled")
chimera.runCommand("close all")
评论列表
文章目录