Tk callback at certain time point?

Laura Creighton lac at strakt.com
Wed Dec 5 09:19:42 EST 2001


> Hello,
> 
> I am using Tkinter to make an interface. Is there any way to make Tk
> automatically call a function after some time or at a certain time point?
> 
> Regards,
> Xiao-Qin Xia
> 

use after

http://www.pythonware.com/library/tkinter/introduction/x9129-alarm-handlers-and-other.htm

Laura Creighton




More information about the Python-list mailing list