Hi everyone,

Here's the deal: the program receives a string and show it on a TextView , that's OK, but I have to scroll the view to end of the text, I tried using gtk_text_buffer_get_end_iter and gtk_text_view_scroll_to_iter, but it only scrolls to beginning of the text I've just inserted, so if it has more than one line, it doesn't scrolls to the end.

Does anyone knows how to scroll to the end of the text?

--

[]'s

Felipe Weckx
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to