hiding a frame in tkinter

Harlin Seritt harlinseritt at yahoo.com
Mon Mar 28 20:31:52 EST 2005


faramarz,

Most likely, you'll need to replace the 'forgotten' frame with another
one or other widget. You can immediately do *.pack() and it will
replace the frame (assumming you haven't already packed something else
there).

Harlin Seritt




More information about the Python-list mailing list