tk/destroy

(tk/destroy ?#<widget> #<widget> ...?)

This command deletes the windows given by the window arguments, plus all of their descendants. If the window associatet with tk is deleted then the entire Tk application will be destroyed. The windows are destroyed in order, and if an error occurs in destroying a window the command aborts without destroying the remaining windows.


Corresponding Tcl/Tk command:

destroy ...

© Author | Home | Sitemap