* John Hunter <[EMAIL PROTECTED]>:

> Unfortunately, I can't see how with either of these I can create a
> multiselect text list, with the ability to select and deselect text by
> clicking on it. 

Ever tried this:
        
        selection = treeview.get_selection()
        selection.set_mode(gtk.SELECTION_MULTIPLE)

?

This works as you expect "out-of-the-box" (well, except deselection by
a mouse click: you will have to create a callback to handle that).

Kind regards,
 Emmanuele.

-- 
Emmanuele Bassi (Zefram)              [ http://digilander.iol.it/ebassi/ ]
GnuPG Key fingerprint = 4DD0 C90D 4070 F071 5738  08BD 8ECC DB8F A432 0FF4
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to