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

Function closeEvent

DCGAN/mainWindow.py:66–70  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

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

Callers 1

mainWindow.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected