Re: GTK+ equivalent to Motif "XtAppProcessEvent()"
- From: John Cupitt ng-london org uk
- To: inodal teleline es
- Cc: gtk-list gnome org
- Subject: Re: GTK+ equivalent to Motif "XtAppProcessEvent()"
- Date: Wed, 6 Feb 2002 11:59:22 -0000
Ignacio Nodal wrote:
> I want my aplication to stop the gtk_main() until the user press a
> button, which change the value of a variable called "state":
Hi Ignacio, there are two gtk equivalents.
First, you can call gtk_main() recursively. In your button callback,
call gtk_main_quit(), and the enclosing gtk_main() will terminate.
Second, you can call gtk_main_iteration() repeatedly, and stop when your
button callback sets a flag.
http://developer.gnome.org/doc/API/gtk/gtk-general.html#GTK-MAIN-QUIT
HTH, John
==========================================================
Coming soon:
Aelbert Cuyp 13 February - 12 May 2002
For information and tickets:
http://www.nationalgallery.org.uk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]