[Tkinter-discuss] how to close a window automatically

Fredrik Lundh fredrik at pythonware.com
Tue Jan 8 12:05:23 CET 2008


brindly sujith wrote:

> i am using TKINTER to create a GUI appliction
> 
> i want to know whether in tkinter we have a option to close a window 
> automatically after a particular time.

use the "after" method.

</F>



More information about the Tkinter-discuss mailing list