Change selected row in gtk_tree_selection from C function
问题 I have some efficiency concerns in my application using GTK3 and hope you can provide some help. I have a gtk_list_store that is shown within a gtk_tree_view. The tree view allows selecting multiple rows. I have connected a callback function to the "changed" event of the tree_selection. This callback is called whenever the user selects or unselects any row. Then some calculations are done and some images and contents of other gtk widgets are updated accordingly. This is fine so far. I also