control H wrote: > This search does find what I'm searching: on the console the "match" > is printed, and also the tag is aplied to the textbuffer at the found > section. But no scrolling occurs.
Just a shot in the dark, but I once had the same problem and it turned out I accidantly added the TreeView to a ScrolledWindow with add_with_viewport(), which breaks some of the scrolling logics. TreeView needs to be added to a ScrolledWindow without an additional viewport, since it has a direct interface for using GtkAdjustment. Regards, :M: -- Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list