Tkinter frame resizeing

Arild Hansen arildh at pasta.cs.uit.no
Fri Dec 8 03:27:18 EST 2000
To enable / disable the user to change the window size use:

self.master.resizable(1, 1)

Question 2 I can't help you with.

A. Hansen




On Fri, 8 Dec 2000, Tony wrote:

> 1.  How do you turn on the resize feature off for frames?
> 
> 2.  In Java you can modal windows?  How is this achieved with python using
> Tkinter?
> 
> 
> 




More information about the Python-list mailing list