Tkinter idle?

Fredrik Lundh fredrik at pythonware.com
Sat Nov 17 07:36:39 EST 2001


"Jeffrey" wrote:

>   This might be an easy question you all.  I'm just looking for a way
> to create a function that is called whenever the Tkinter Tk() is idle.

look for "after_idle" at

http://www.pythonware.com/library/tkinter/introduction/basic-widget-methods.htm
=> Alarm handlers and other non-event callbacks

</F>





More information about the Python-list mailing list