I want to create a bunch of widgets, icnluding a label widget, and i want
them to be sized automatically upon creation.  but when i change the text in
the label widget, I don't want any of the widgets to be resized.  i tried
doing this by calling grid_propagate(0) on the label widget after it's
created, and it still resizes.    and actually it's a little more
complicated than that, i call grid_remove() on it and then grid() on it
again before it shows the changed text, but i tried doing that by calling
grid(), then grid_propagate(0), then config() to change the text, so that
shouldn't really make a difference..
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to