Tkinter frame resizeing
Arild Hansen
arildh at pasta.cs.uit.no
Fri Dec 8 03:27:18 EST 2000
More information about the Python-list mailing list
Fri Dec 8 03:27:18 EST 2000
- Previous message (by thread): Tkinter frame resizeing
- Next message (by thread): Tkinter frame resizeing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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? > > >
- Previous message (by thread): Tkinter frame resizeing
- Next message (by thread): Tkinter frame resizeing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list