"RunLevelZero" <[EMAIL PROTECTED]> 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to