MCPcopy Create free account
hub / github.com/KeepTryingTo/Pytorch-GAN / closeEvent

Function closeEvent

fc-CGANCode/mainWindow.py:72–76  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

70
71#关闭主界面时弹出的确认窗口
72def closeEvent(root):
73 # root.withdraw() # 仅显示对话框,隐藏主窗口
74 btn_close=tkinter.Button(root,text='退出',font=('黑体', 14), height=1, width=29,command=root.destroy)
75 btn_close.place(x=115,y=400)
76 return True
77
78def generagedImage(model):
79 """

Callers 1

mainWindow.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected