Tkinter & refreshing windows

Fredrik Lundh fredrik at pythonware.com
Mon Sep 13 03:03:18 EDT 1999


Hans Nowak <hnowak at cuci.nl> wrote:
> I don't know if this is Windows-related (I'm using Win95 :( ), but 
> this is a well-known problem in Delphi, and there you have the 
> Refresh() method. Is there a similar method for Tkinter, to force an 
> update of the screen display?

update_idletasks() (in some cases, update() is preferred).

for more info, see
http://www.pythonware.com/library/tkinter/introduction/basic-widget-methods.htm
=> event processing

</F>





More information about the Python-list mailing list