Hello Bytes Community!
How do you destroy a toplevel application window in Tkinter?
sayi have
root window
and
[CODE]window = Toplevel()
window.destroy?[/CODE
How do i destroy the Toplevel?
thanks in advance, sorry for the weak code...
How do you destroy a toplevel application window in Tkinter?
sayi have
root window
and
[CODE]window = Toplevel()
window.destroy?[/CODE
How do i destroy the Toplevel?
thanks in advance, sorry for the weak code...
Comment