> calling pack_propagate(0) on the parent widget should work:
Indeed it does.
Many thanks.
Mike
--
http://mail.python.org/mailman/listinfo/python-list
"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.
Hello,
A friend is having an issue with Tkinter that I'm not able to help him
with, so I'm posting here.
He'd like to put something inside of a frame without the frame
automagickally resizing.
Example:
from Tkinter import *
root = Tk()
# with these 2 frames by themselves, they are the
# size