views:

77

answers:

1

In a gtk.IconView I can use get_selected_items() to find the paths of the items a user selected in the view.

I'm now looking for the corresponding method to set the selection of an IconView. But I can't find any!? What am I missing?

A: 

There's a select_path() method. I somehow missed it on scanning through the docs.

Andreas Gohr