Hello im new in gtk programming, ive read some documents, but have many
doubts and questions....
I need to make a kind of very basic kiosk aplication, but i cant understand
how to design the program....
I want to have 4 diferent windows and swap them in the program......
But my problem is that the windows only appear as the program execution
reach gtk_main :(
i want just to do like this....
start:
show_splash_window();
wait_5_seconds();
while(NO_KEY)
show_inactive_window(); // window that show some thing like ("Please press
any key...." )
show_first_window();
show_second_window();
goto start;
I dont think this is difficult, i just dont see how to write the
program........
If anyone can help :).... thanks in advance....
Nuno
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list