I mentioned that I figured out how to use a variable with a Python TK Listbox
in my post (http://www.mail-archive.com/python-list@python.org/msg271288.html).
Now, I'm trying to make a class, ListVar, that allows me to operate on a
Listbox's listvariable as if it were a list. The problem is, it
Yesterday, I searched all over trying to figure out how to properly use the
"listvariable" argument with tk's Listbox class. Unfortunately, no amount of
searching (online) could come up with anything more useful than telling me the
variable needed to be a list, and nothing built-in exists.
I f