"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
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