Tkinter, resizing, and widget clipping

Douglas Alan nessus at mit.edu
Sat Nov 8 02:01:03 EST 2003


Douglas Alan <nessus at mit.edu> writes:

> 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?

To answer my own question, I think that the following does the job:

   window.minsize(window.winfo_reqwidth(), window.winfo_reqheight())

|>oug




More information about the Python-list mailing list