Re: pygtk question

2005-06-18 Thread Christophe Lambin
"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

pygtk question

2005-06-14 Thread RunLevelZero
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. I have tried catching the ctrl button press but still nothing. Perhaps there is a better place to ask but I tho