Tkinter and after

Fredrik Lundh fredrik at pythonware.com
Fri Nov 12 10:03:51 EST 1999


Stephane Conversy <conversy at lri.fr> wrote:
> It is said in Tkinter doc that after() is like a call to time.sleep()
> wich blocks Tkinter.

(what Tkinter docs?)

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

tells you how to register alarm handlers.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
(news: just posted an errata for the 'first printing') -->





More information about the Python-list mailing list