gtk_tree_view_scroll_to_cell() not scrolling

2010-05-16 Thread Daniel Leidert
Hi, I have the following problem. I have a list store with 4 columns. The application has a notebook with 4 tabs. Each tab has a scrolled window which shows one column of the list store. So for each column there is a sort_model on top of a filter_model on top of the list model and a tree_view per

Re: gtk_tree_view_scroll_to_cell() not scrolling

2010-05-16 Thread Tadej Borovšak
Hi. > I guess the problem is related to the fact, that the tree_view is inside > a GtkScrolledWindow (to precise: inside a GtkViewPort, which is inside > the GtkScrolledWindow). What's necessary to get the scrolling to work > here? Do you need the code? GtkTreeView has native scrolling ability an

Re: gtk_tree_view_scroll_to_cell() not scrolling

2010-05-16 Thread Daniel Leidert
Am Sonntag, den 16.05.2010, 15:26 +0200 schrieb Daniel Leidert: > I have the following problem. I have a list store with 4 columns. The > application has a notebook with 4 tabs. Each tab has a scrolled window > which shows one column of the list store. So for each column there is a > sort_model on