How to force vertical scroll down on a GtkScrolledWindow?
[email protected] (Bernard Fouché)
| Newsgroups | php.gtk.general |
|---|---|
| Organization | Kuantic |
| Message-ID | <[email protected]> |
Hi List. 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? Thanks! Bernard