This Tkinter's Manual is based on the "Tk Reference Manual" (http://tmml.sourceforge.net/doc/tk/)
Get link
Facebook
X
Pinterest
Email
Other Apps
destroy() - Destroy one window
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.
Comments
Post a Comment