RE: Auto-scrolling the scrollbar on a TreeView

2007-10-05 Thread muppet
[EMAIL PROTECTED] wrote: > The behavior you want should happen automatically - works for me. Certain > widgets, like the TreeView and the TextView understand if they are nested > within a scrolled window and scroll automatically when needed. Probably there > is something wrong with the way you set

Re: Auto-scrolling the scrollbar on a TreeView

2007-10-03 Thread Kristian Rietveld
Hi, On Tue, Oct 02, 2007 at 06:29:31PM -0500, Rob Hoelz wrote: > ScrolledWindow to compensate. I've tried scroll_to_cell, but to no > avail. Any hints? I've posted the source code at > http://cs.wisc.edu/~hoelz/TodoList.pl; the problem is in the callback > at line 157. Both GtkTreeView and Gtk

RE: Auto-scrolling the scrollbar on a TreeView

2007-10-03 Thread j.g.karssenberg
Hi, The behavior you want should happen automatically - works for me. Certain widgets, like the TreeView and the TextView understand if they are nested within a scrolled window and scroll automatically when needed. Probably there is something wrong with the way you set up the scrolled window a