You may use one of the "scroll_to" methods of Gtk::TextView, e.g.
        Gtk::TextIter iter = textbuffer->end();
        textview->scroll_to(iter);

Best regards,
smso



_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to