Re: Tkinter pack_forget() and destroy()

2007-06-28 Thread Rajendran Appavu
I asked just to be sure. Thank you. Rajendran. On 6/28/07, Eric Brunel <[EMAIL PROTECTED]> wrote: > On Thu, 28 Jun 2007 07:45:08 +0200, Rajendran Appavu <[EMAIL PROTECTED]> > wrote: > > > When I am done with a widget that is packed in a Frame, is it safe to > > call destroy() method on the widg

Re: Tkinter pack_forget() and destroy()

2007-06-28 Thread Eric Brunel
On Thu, 28 Jun 2007 07:45:08 +0200, Rajendran Appavu <[EMAIL PROTECTED]> wrote: > When I am done with a widget that is packed in a Frame, is it safe to > call destroy() method on the widget after calling its pack_forget() or > grid_forget() method? Since I do that all the time, I'd say yes... D

Tkinter pack_forget() and destroy()

2007-06-27 Thread Rajendran Appavu
When I am done with a widget that is packed in a Frame, is it safe to call destroy() method on the widget after calling its pack_forget() or grid_forget() method? -- Thanks, Rajendran. -- http://mail.python.org/mailman/listinfo/python-list