RE: Multiple calls to a signal handler
- From: "Prewitt, Nathan C ERDC-ITL-MS Contractor" <Nathan C Prewitt erdc usace army mil>
- To: "David Necas (Yeti)" <yeti physics muni cz>
- Cc: gtk-app-devel-list gnome org
- Subject: RE: Multiple calls to a signal handler
- Date: Thu, 20 Jan 2005 11:05:48 -0600
I found g_signal_handler_block() etc in chapter 16 of the GTK+ 2.0
Tutorial. I don't see any information about
g_signal_handlers_block_matched().
Nathan
-----Original Message-----
From: David Necas (Yeti) [mailto:yeti physics muni cz]
Sent: Thursday, January 20, 2005 10:42 AM
To: Prewitt, Nathan C ERDC-ITL-MS Contractor
Cc: gtk-app-devel-list gnome org
Subject: Re: Multiple calls to a signal handler
On Thu, Jan 20, 2005 at 10:23:43AM -0600, Prewitt, Nathan C
ERDC-ITL-MS Contractor wrote:
Is there a way to turn off the signal handler for the
Entry while I am
manually settings its value from the signal handler for the
HScale? I see
g_signal_handler_block(), but I do not know the handler_id because
g_signal_connect() is called from within the glade
generated code. And, I
must have an older version of GTK+ installed, because
g_signal_handler_block_by_func() is not there.
It's just a simple convenience macro. You can always use
g_signal_handlers_block_matched() to block by func and/or by
data.
Yeti
--
Dynamic IP address is not a crime.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]