idle processing
Fredrik Lundh
fredrik at pythonware.com
Thu Jun 3 14:48:13 EDT 1999
Michael Muller <proteus at cloud9.net> wrote:
>
> win = SomeWindowClass()
>
> def otherFunc():
> win.after('idle', someFunc)
that's win.after_idle(someFunc), btw.
also see the section titled "Alarm handlers
and other non-event callbacks" on
http://www.pythonware.com/library/tkinter/introduction/widget.htm
(now back to single smurf mode).
</F href="http://www.pythonware.com/people/fredrik/busy.htm">
More information about the Python-list
mailing list