Event EM_DELETE_WINDOWS hinzugefügt.

This commit is contained in:
romanschenk37 2022-03-15 08:14:51 +01:00
parent 34c3023cf9
commit 4b11d0e4de
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ def command_exit():
root = tkinter.Tk()
root.protocol("WM_DELETE_WINDOW", command_exit)
root.wm_title("Sonnendach")
mainText = tkinter.Label(root, text=outputtext, width=80)
mainText.grid(row=1, column=1, padx=10, pady=3)