[Tkinter-discuss] Possible to set the min/max height or width of a Tkinter or ttk Frame?

python at bdurham.com python at bdurham.com
Thu Dec 9 14:46:26 CET 2010


The size of Tkinter windows can be controlled via the following
methods:

.minsize()
.maxsize()
.resizable()

Are there equivalent ways to control the size of Tkinter or ttk
Frames?

Thank you,
Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20101209/be524d42/attachment.html>


More information about the Tkinter-discuss mailing list