Tkinter idle?
Fredrik Lundh
fredrik at pythonware.com
Sat Nov 17 07:36:39 EST 2001
More information about the Python-list mailing list
Sat Nov 17 07:36:39 EST 2001
- Previous message (by thread): Tkinter idle?
- Next message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Nov 16)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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>
- Previous message (by thread): Tkinter idle?
- Next message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Nov 16)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list