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

Function closeEvent

ProGAN/mainWindow.py:67–71  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

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

Callers 1

mainWindow.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected