Re: exit program on notification
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: exit program on notification
- Date: Tue, 18 Sep 2001 20:54:41 +0100
I've tried :
for (i=0; i < gtk_main_level(); i++)
gtk_main_quit ();
Why, oh why are you using multiple gtk loops on your app?
You can have as many top windows (say, as in Emacs)
and dialogs as you want, with a single gtk loop.
I am not saying that this is the single source
of your problem but it definitely helps, because
it increases complexity enormously.
Carlos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]