RE: sliding panel

2008-03-25 Thread Freddie Unpenstein
From: Kevin DeKorte > I'd like to create a panel that slides out of the way, little > animation kinda thing and I had something working but gtk really > didn't slide it out of the way it just showing the first and then > the last. Now I understand that due to performance that not every > panel cha

Re: sliding panel

2008-03-24 Thread Bastiaan Veelo
I think the problem is that no events are handled as long as you stay in your loop, i.e., the GTK loop is not visited. Change the usleep line with while (gtk_events_pending ()) gtk_main_iteration (); and see what happens. Regards, Bastiaan. Kevin DeKorte wrote: > -BEGIN PGP SIGNED MESSAGE-