Re: Animating GTK+ widgets in real time (slowness of)
- From: Paul Davis <paul linuxaudiosystems com>
- To: Evil Kosh <evil_kosh_uk yahoo co uk>
- Cc: gtk-list gnome org
- Subject: Re: Animating GTK+ widgets in real time (slowness of)
- Date: Thu, 03 Mar 2005 13:48:03 -0500
> 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]