[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
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
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