Hi, how can I show multiple interface on the same display? My code waits for a connection and than calls a thread in wich I have to show an interface. Is something like this:
int main(..){ .... while(1){ p_thread_create...... } gtk_main(); } In this case I will never see interfaces. I need to show the interface as soon as the thread is called. How can I do this? Thanks -- Sent from the Gtk+ - Apps Dev forum at Nabble.com: http://www.nabble.com/Asynchronous-Multiple-Interface-t402299.html#a1107177 _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list