Hi,

I think you're wanting: gtk_main_iteration()

by the way gtk_entry_append_text(..) has been deprecated...

- Daniel

On Mon, 2005-08-08 at 13:59 +0200, Jirka Pirko wrote:
> hi
> 
> i have following problem:
> 
> need to append chars to GTK_ENTRY as they are coming from serial port 
> (/dev/ttyS0)
> i'm reading chars, appending (gtk_entry_appent_text()) them into 
> GTK_ENTRY, but i CANT SEE them. (until i press key or when i put cursor 
> into GTK_ENTRY)
> 
> i think i must force gtk_main loop to loop once i recieve each char but 
> i don't know how to do...
> 
> it must be easy to do this but i can't find solution in documentation.
> 
> thanks for any helping
> 
> jirka


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to