Re: problem: text view appends

2006-04-14 Thread Eduardo M KALINOWSKI
Deependra Shekhawat wrote: >Hello friends, >I am trying to append text in a text view, don't know >how to do this (tried alot of things). > > >here is code snippet: > >gint call_me(gpointer user_data) >{ > int bytes=0,temp; >//checks to see whether called for first time or not > static

problem: text view appends

2006-04-14 Thread Deependra Shekhawat
Hello friends, I am trying to append text in a text view, don't know how to do this (tried alot of things). here is code snippet: gint call_me(gpointer user_data) { int bytes=0,temp; //checks to see whether called for first time or not static int flag=1; GtkWidget *textvi