Re: How to stop signal in the folowing case?
- From: "Peter T. Mayer" <peter_t_mayer yahoo de>
- To: gtk-list gnome org
- Subject: Re: How to stop signal in the folowing case?
- Date: Fri, 07 May 2004 19:24:44 +0200
<snip>
+ g_signal_handlers_block_matched(editable, G_SIGNAL_MATCH_FUNC,
0,0, NULL, on_spinbutton_B_changed, NULL);
I used the macros, g_signal_handlers_block_by_func and
g_signal_handlers_unblock_by_func but these should do the same task.
gtk_spin_button_set_value( spinbutton_B, MY_VALUE );
+ g_signal_handlers_unblock_matched(editable, G_SIGNAL_MATCH_FUNC,
0,0, NULL, on_spinbutton_B_changed, NULL);
<snip>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]