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

Michael Lange klappnase at freenet.de
Tue Jan 16 18:50:06 CET 2007


On Tue, 16 Jan 2007 09:56:27 +0000 (GMT)
ALAN GAULD <alan.gauld at btinternet.com> wrote:

> 
> --- 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.
> 

Or, if you mean to change the toplevel's size, use Toplevel.configure(width=..., height=...)

Michael


More information about the Tutor mailing list