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

Function closeEvent

GANCode/mainWindow.py:65–69  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

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

Callers 1

mainWindow.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected