Cc: andrew solvo ru, gtk-main <gtk-list gnome org>
Subject: Re: Signals in gtk
Date: Tue, 2 Jul 2002 15:55:41 +0530
Thanks for the response.
I have tried both gtk_signal_connect and gtk_signal_connect_after, but they did not work. I did not try gtk_emit_stop because the API reference says that it is deprecated and should not be used. I was wondering if I should use g_threads and g_mutex, but I don't have any experience with them and am not sure if that is the right approach.
Lalitha Prasad
"Andrew E. Makeev" <andrew solvo ru> Sent by: andrew solvo ru
07/02/02 03:48 PM
To: lalitp tvm tcs co in
cc: gtk-main <gtk-list gnome org>
Subject: Re: Signals in gtk
lalitp tvm tcs co in wrote:
>
> Hello Everybody
>
> This is my first mail to this list. I have a query.
>
> I want to connect two callbacks to a widget and ensure that the second
> one gets called only after the first one has finished executing. For
> example, in a notepad like application, if there is some text in the
> text area and I want to quit the application, then it should first
> allow me to save the text, before closing. Any ideas?
>
> Lalitha Prasad