Version 0 of destroy()

Updated 2017-12-22 20:05:49 by sebastian_adil

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.