Re: treeview path/iter to undisplayed model item

2008-09-16 Thread Dave Foster
After further testing, I've concluded it is a strange interaction between the xmms2 client lib (my application is an xmms2 client) and the glib mainloop. I found a workaround in that instead of placing items in the store directly when xmms2 tells me to, I put it in a queue for an idle function to

treeview path/iter to undisplayed model item

2008-09-15 Thread Dave Foster
Hi all - I have a situation in my application where I'd like to do something with an iterator/treepath that I've just added to the model. Specifically, I need to do things like get_cell_area and scroll_to_row in certain instances. It seems I am unable to get valid results out of these functions