Re: Private data problems

2008-09-15 Thread Tristan Van Berkom
Hi Liam, It seems that the "switch-page" is a historical problem, its one of the oldest signals on the widget and fixing that issue would only be an api break in gtk+, although it might make sense to at least make sure there is a bug report active. I definitely suggest you go make sure there is

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