Re: a sequence to edit a text view...

2005-08-19 Thread Iago Rubio
On Thu, 2005-08-18 at 18:55 -0300, Joaquim Azevedo wrote: I'm a begginer in GTK and I use glade to create a interface... but I need to edit a text view. I set it editable but not happen... I think is that a correct sequence... A part of code: char result[150]; int position;

a sequence to edit a text view...

2005-08-18 Thread Joaquim Azevedo
I'm a begginer in GTK and I use glade to create a interface... but I need to edit a text view. I set it editable but not happen... I think is that a correct sequence... A part of code: char result[150]; int position; GtkWidget *tb_result, *top_level; top_level =