[Tutor] Change the font size of the lines and rectangle on aTkinter Canvas

ALAN GAULD alan.gauld at btinternet.com
Tue Jan 16 10:56:27 CET 2007


--- Asrarahmed Kadri <ajkadri at googlemail.com> wrote:

> Is there a method that redraws the toplevel windows that is
> holding the widgets....

Yes, you can issue an update() command to any widget.
Usually you don't need to as Tkinter figures out when 
things have changed and updates itself, but 
occasionally you may need to fo it manually.

Alan G.


		
___________________________________________________________ 
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html


More information about the Tutor mailing list