[EMAIL PROTECTED] wrote:
> I've got the following problem:
> I want to set the text of a gtk_entry from an event-handler.
> 
> Normally one can use the function gtk_entry_set_text, but in this case this 
> is not possible, because I risk that the application crashes, when I use 
> this function due to conflicts between gtk_main() and the GTK call invoked 
> in the event handler.   

Um, are you sure it is not possible?  Does GTK+ complain or even crash if you
try?

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