AW: gtktext problem



Hi !



gtk has to reach gtk_main() to process any updates, else it is blocked.

try to include 



while(gtk_events_pending())

 gtk_main_interation();



in a loop of your client. it prosesses all outstanding events

well - first i create the gtk+ interface.
then the user has to press a button to connect to
the server.

gtk_main() is already reached before anything else happens.

have a nice day

detlef


thanks - martin

<<winmail.dat>>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]