pygtk question

Christophe Lambin clambin at die.spammers.die.easynet.be
Sat Jun 18 05:59:55 EDT 2005


"RunLevelZero" <Aiwass333 at gmail.com> wrote:

> Hopefully someone can help me out here.  It's probably super simple but
> how do you select multiple items in a treeview?  I have
> gtk.SELECTION_MULTIPLE set but of course that was enough.

It should be enough to do this:

	treeview.get_selection().set_mode(gtk.SELECTION_MULTIPLE)

If it doesn't work, try posting a short example so someone can have a
look.



More information about the Python-list mailing list