On Tue, 16 Jan 2007 09:56:27 +0000 (GMT)
ALAN GAULD <[EMAIL PROTECTED]> wrote:

> 
> --- Asrarahmed Kadri <[EMAIL PROTECTED]> 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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to