Re: GtkTextView and scrolled window

2005-04-12 Thread Mishael A Sibiryakov
Ð ÐÑÑ, 12/04/2005 Ð 11:55 -0700, Paolo Costabel ÐÐÑÐÑ: > I that case you need to use > > gtk_text_view_scroll_to_iter > > to force an update. Thanks, it works :) ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnom

Re: GtkTextView and scrolled window

2005-04-12 Thread Paolo Costabel
I that case you need to use gtk_text_view_scroll_to_iter to force an update. Mishael A Sibiryakov wrote: Ð ÐÑÑ, 12/04/2005 Ð 10:15 -0700, Paolo Costabel ÐÐÑÐÑ: Mishael A Sibiryakov wrote: Hello. I have a two small question about GtkTextView and about how it works with scrolled windo

Re: GtkTextView and scrolled window

2005-04-12 Thread Mishael A Sibiryakov
Ð ÐÑÑ, 12/04/2005 Ð 10:15 -0700, Paolo Costabel ÐÐÑÐÑ: > Mishael A Sibiryakov wrote: > > >Hello. > > > > I have a two small question about GtkTextView and about how it works > >with scrolled window widget. > > > > 1. I have a TextView witch is placed to scrolled window (this is simple > >c

Re: GtkTextView and scrolled window

2005-04-12 Thread Paolo Costabel
Mishael A Sibiryakov wrote: Hello. I have a two small question about GtkTextView and about how it works with scrolled window widget. 1. I have a TextView witch is placed to scrolled window (this is simple chat window), and i want to do automatic scroll is new message inserted to Tex