Re: Tkinter and fixed-size frames
> calling pack_propagate(0) on the parent widget should work: Indeed it does. Many thanks. Mike -- http://mail.python.org/mailman/listinfo/python-list
Re: Tkinter and fixed-size frames
"msoulier" <[EMAIL PROTECTED]> wrote: > Any suggestions on how to maintain the size of the frame when you pack > a label into it like this? calling pack_propagate(0) on the parent widget should work: http://effbot.org/tkinterbook/pack.htm#Tkinter.Pack.pack_propagate-method -- http://mail.