Re: Animating GTK+ widgets in real time (slowness of)



>       gtk_main_iteration();

try 
        while (gtk_events_pending()) {
	   gtk_main_iteration();
        }

it may do nothing.

--p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]