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
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