Re: exit program on notification



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]