How to catch the "redraw/repaint" event in Tkinter?

Fredrik Lundh effbot at telia.com
Wed Aug 30 03:47:59 EDT 2000


amit wrote:
> Is there any online reference document which summarizes/discusses all
> Tkinter events?

http://www.pythonware.com/library/tkinter/introduction/events-and-bindings.htm
briefly describes all important events.

there are more events, but they're either rather obscure,
or they don't work the same way on all platforms.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->




More information about the Python-list mailing list