Skip to content

How to open a new window and destroy the current one? #148

Answered by insolor
divadsn asked this question in Q&A
Discussion options

You must be logged in to vote

In tkinter (not only in async-tkinter-loop library context) you don't delete the original main window. You just hide it. And other windows are created as Toplevel objects without running of a new mainloop.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@divadsn
Comment options

Answer selected by divadsn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants