Asynchronous Multiple Interface
- From: "lucapetra (sent by Nabble.com)" <lists nabble com>
- To: gtk-app-devel-list gnome org
- Subject: Asynchronous Multiple Interface
- Date: Thu, 13 Oct 2005 01:05:15 -0700 (PDT)
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]