Version 1 of destroy()

Updated 2017-12-23 14:31:55 by dbohdan

SYNOPSIS

window.destroy()

DESCRIPTION

This method deletes the window given by window, plus all of its descendants. If a root window ".tkinter.Tk()" is deleted then all windows will be destroyed and the application will (normally) exit. An error is returned if window does not exist.