multiple listboxes

Laura Creighton lac at cd.chalmers.se
Sat May 5 04:04:32 EDT 2001


>Using Tkinter, I want to be able to select items in multiple listboxes
>(not multiple items in one listbox).  Whenever I try to accomplish this,
>my selection in the previous listbox disappears.  Is there any way to do
>this?

Sure.  create them with the option exportselection=0
See http://www.pythonware.com/library/tkinter/introduction/x5075-patterns.htm
(you *do* Know about Fredrik Lundh's *An Introduction to Tkinter*, don't you?)

When is the book coming out *in Paper*, Fredrik?

Laura Creighton




More information about the Python-list mailing list