Re: [PHP-GTK] How to force vertical scroll down on a GtkScrolledWindow?
[email protected] (Bernard Fouché)
| Newsgroups | php.gtk.general |
|---|---|
| Organization | Kuantic |
| Message-ID | <[email protected]> |
Great thanks kksou! It works! Bernard kksou wrote: > Bernard Fouché wrote: > >> I'm using such a widget. Its child is a GtkTextView that I use for >> logging purpose. When I fill the GtkTextView with lines of text, the >> vertical scroll bar stays up. I'd like to have it forced to the bottom, >> to always see the latest line of text when my application works. When it >> stops the user must be able to move up the scroll bar. How to do that? >> >> > > Here's a sample code: > > http://www.kksou.com/php-gtk2/articles/insert-and-display-text-at-end-of-GtkTextView.php > > Regards, > /kksou > >