Re: Is there any way, api call, to make sure queued/pending redraws are completed
- From: Werner Lehmann <wl bwl uni-kiel de>
- To: Norman Black <gtk-app-devel-list gnome org>, gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: Is there any way, api call, to make sure queued/pending redraws are completed
- Date: Fri, 22 Sep 2000 21:46:36 +0200
Norman Black wrote:
I am looking for the equivalent of the Win32 UpdateWindow API call. Since
You can try this (quote of a Havoc Pennington reply):
while (g_main_iteration (TRUE));
(I think, I'm still not sure about that idiom, but it should be the
same as:
while (gtk_events_pending ())
gtk_main_iteration();
WL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]