Re: Multiple selections in Tix Hlist

2005-05-23 Thread Peter Saffrey
To answer my own question: HList(selectmode="extended") does all the work for you. Peter -- http://mail.python.org/mailman/listinfo/python-list

Multiple selections in Tix Hlist

2005-05-18 Thread theoryboy
I'm trying to implement multiple selection functionality in a Tix Hlist using a control-click. I've bound control-click to a function that uses selection_set to add to the selection, but it doesn't seem to work. Only the last clicked item appears selected (highlighted) in the display and the return