Quoting Dave S <[EMAIL PROTECTED]>:

> Thank you, that has clarified a few points but raised a query.
> tk.geometry('400x400') does not appear to have any effect on its size
> when the window is drawn, the window is always the same size and short
> of maximizing it to full screen it is not adjustable.
> 
> Just a minor query but interesting

Hmm, that is strange.  You can use tk.resizable(width, height) to set whether
the window can be resized.  But, when I do this (Debian linux, WindowMaker), I
can't maximise the window either.  Also, it should default to being resizable in
both directions.

What platform are you running on?

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to