Re: Animating widgets

2011-01-16 Thread Erick Pérez Castellanos
Yeah, I'm not talking about GtkWindow on top of clutter, I'm talking of animations inside GtkWindow, adding a widget to GtkHBox and the new widget slide in, not pop out of nothing into the GtkHbox. Erick -- A related question, one can assume that animation, when pos

RE: Jack And Gtk+

2011-01-16 Thread craigbakalian
Hi, I solved this problem. I inserted the g_thread_init(NULL); with gdk_threads_init(); calls in the main(); section and the callback of Jack. Everything is working. I didn't know gtk+ wasn't threadsafe until you add the above implementation. Craig Bakalian _