RE: Re: gtk_events_pending
- From: "Chris Manning" <cascadia swiftdsl com au>
- To: <gtk-app-devel-list gnome org>
- Cc: <pkrueger appss de>
- Subject: RE: Re: gtk_events_pending
- Date: Fri, 23 Apr 2004 22:12:43 +0800
The digest came through after I sent the other email, so sorry for the
delay. As I mentioned in my other post, I'm using it for a splash screen and
I don't have another application per se. I'm sure there's something else I
should be using, but this is working so far, so I'll need a bit of
convincing to part from it :)
Chris.
:From: Peter Krueger <pkrueger appss de>
:I'm afraid I don't really understand what you're doing. I think this
:function is intended to allow you to integrate the GTK-mainloop in your
:own application mainloop. For example:
:
:for (;;) {
: // process all pending GTK events
: while (gtk_events_pending()) gtk_main_iteration();
:
: // do some stuff for your applications own mainloop
: ....
:}
:
:Regards,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]