gtk_text_view / gtk_text_buffer

2002-11-30 Thread Egon Andersen, Talura
Hi, (Using GTK2+) I'm trying to insert a (fixed) multi-line text into a gtk_text_view using gtk_text_buffer_insert() My problem is that only the first line is displayed. When I click in the gtk_text_view field the field expands and I can see all my inserted text lines. How can I force all lin

Re: gtk_text_view / gtk_text_buffer

2002-11-30 Thread Havoc Pennington
On Sat, Nov 30, 2002 at 11:34:46AM +0100, Egon Andersen, Talura wrote: > > I'm trying to insert a (fixed) multi-line text into a gtk_text_view > using gtk_text_buffer_insert() > > My problem is that only the first line is displayed. > When I click in the gtk_text_view field the field expands and