Tkinter, resizing, and widget clipping
Douglas Alan
nessus at mit.edu
Fri Nov 7 15:52:27 EST 2003
More information about the Python-list mailing list
Fri Nov 7 15:52:27 EST 2003
- Previous message (by thread): [newbie] GTK+/QT/Tkinter ?
- Next message (by thread): Tkinter, resizing, and widget clipping
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there a way to tell Tkinter that I'd like to allow a window to be resizable, but only down to the point where no widget clipping occurs? I know that to get the effect I want, I can always (1) draw the window without any geometry setting, (2) fetch the geometry of the drawn window, (3) set the minimum window size to be this size, and then (4) reset the geometry of the window to be the size that I'd really like the window to start off as. It seem to me, though, that is something of a slow and gross hack. |>oug
- Previous message (by thread): [newbie] GTK+/QT/Tkinter ?
- Next message (by thread): Tkinter, resizing, and widget clipping
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list