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

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

 



>       gtk_main_iteration();

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

it may do nothing.

--p
_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux