I've got a working TreeView with a ListStore as its model and selection set to SINGLE. How do I emit a signal to activate a specific row? I'm using PyGI.
(Sorry if this is basic; it's not in the Python-GTK3 tutorial and much of the documentation around is based on pygtk, not PyGI.)