Re: [Tkinter-discuss] Memory leak with tkinter canvas itemconfigure

2010-11-15 Thread Cameron Laird
On Fri, Nov 12, 2010 at 04:40:23AM +0100, Michael O'Donnell wrote: . . . > I confirm your memory leakage on the code you sent, > on a Windows 7 machine running python 2.7 / Tk 8.5 > > And when one comments out the c.itemconf

Re: [Tkinter-discuss] Swap position of 2 widgets positioned in parent container via pack() or grid()?

2010-11-15 Thread Wayne Werner
On Mon, Nov 15, 2010 at 12:30 PM, wrote: > Any tips on how I can swap the position of 2 widgets who have been > positioned in a parent container via pack() or grid()? > import Tkinter as tk root = tk.Tk() b1 = tk.Button(root, text='hi') b2 = tk.Button(root, text='bye') b1.pack() b2.pack() b1.p

[Tkinter-discuss] Swap position of 2 widgets positioned in parent container via pack() or grid()?

2010-11-15 Thread python
Any tips on how I can swap the position of 2 widgets who have been positioned in a parent container via pack() or grid()? Thank you, Malcolm ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discu