scrolling a TextView

2005-10-18 Thread Fabio Marzocca
I have a textview packed into a scrolledwindow. The textview buffer is linked to a pipe to display output lines from a spwned process. I need the textview to scroll down while text is inserted in the buffer, otherwise I can't follow the lines. In other words, how to keep in synchro the textview

Re: scrolling a TextView

2005-10-18 Thread Iago Rubio
On Tue, 2005-10-18 at 09:50 +0200, Fabio Marzocca wrote: I have a textview packed into a scrolledwindow. The textview buffer is linked to a pipe to display output lines from a spwned process. I need the textview to scroll down while text is inserted in the buffer, otherwise I can't follow the