Hi,

I have a TreeView widget I use to display data from two different TreeModels 
(or TreeStores). I switch the model connected to the TreeView depending on what 
the user wants to look at. The TreeView has the "row-activated" signal 
connected to it and what I'd like to know is if there is a way to tell which 
TreeModel is the one being passed to the callback at the time the user 
activates the row. I guess I could keep track of what model is being displayed 
but if there is a cleaner way to get this info from the data passed to the 
callback I'd rather use that.

Thanks!
-M
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to