Re: [PHP-GTK] How to force vertical scroll down on a GtkScrolledWindow?
by Bob Majdak Jr other posts by this author
Jul 31 2007 7:44AM messages near this date
Re: [PHP-GTK] How to force vertical scroll down on a GtkScrolledWindow?
|
[PHP-GTK] Help with class constants
If you are using something like buffer-> insert_at_cursor() to always add text to the end you
could call:
view-> scroll_to_mark(buffer->get_insert(), 0);
- bob.
Bernard Fouch wrote:
> 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
>
--
PHP-GTK General Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Bernard Fouche
Kksou
Bernard Fouche
Bob Majdak Jr
|