Re: attaching Tkinter Listbox to python list object

2007-03-12 Thread jim-on-linux
On Monday 12 March 2007 20:34, Steve Potter wrote: > I am trying to find some method of attaching a > Listbox object to a list object so as the > contents of the list are changed the contents > of the Listbox will be updated to match. I > have found a few references to something like > this in thi

Re: attaching Tkinter Listbox to python list object

2007-03-12 Thread James Stroud
Steve Potter wrote: > I am trying to find some method of attaching a Listbox object to a > list object so as the contents of the list are changed the contents of > the Listbox will be updated to match. I have found a few references > to something like this in this old post > http://groups.google.c

attaching Tkinter Listbox to python list object

2007-03-12 Thread Steve Potter
I am trying to find some method of attaching a Listbox object to a list object so as the contents of the list are changed the contents of the Listbox will be updated to match. I have found a few references to something like this in this old post http://groups.google.com/group/comp.lang.python/brow