Re: on_expose_event not being called when expected (Garth's KidStuff)
- From: Nicola Fontana <ntd entidi it>
- To: gtk-app-devel-list gnome org
- Subject: Re: on_expose_event not being called when expected (Garth's KidStuff)
- Date: Wed, 5 Nov 2008 17:24:32 +0100
On Wed, 5 Nov 2008 06:40:43 -0800
"Garth's KidStuff" <garthskidstuff gmail com> wrote:
My modified question for the list then is this: Is this a reasonable
solution? Can anyone see a downside to calling
gdk_window_process_all_updates?
The usual way to force UI update is, as described by the
gtk_events_pending() doc:
while (gtk_events_pending ())
gtk_main_iteration ();
Ciao
--
Nicola
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]