Re: stopping signals

2003-11-16 Thread Sven Neumann
Hi, dave walters <[EMAIL PROTECTED]> writes: > I have a spin button with a callback function invoked by the > "value_changed" signal. The callback func has a > gtk_spin_button_set_value(). When this executes it causes the > spinner to emit the "value_changed' signal which invokes the > callback

Re: stopping signals

2003-11-16 Thread Russell Shaw
dave walters wrote: Greetings: I have a spin button with a callback function invoked by the "value_changed" signal. The callback func has a gtk_spin_button_set_value(). When this executes it causes the spinner to emit the "value_changed' signal which invokes the callback which executes set_val

Re: stopping signals

2003-11-16 Thread Paul Davis
>I have a spin button with a callback function invoked by the "value_changed" s >ignal. >The callback func has a gtk_spin_button_set_value(). When this executes it cau >ses >the spinner to emit the "value_changed' signal which invokes the callback whic >h executes set_value() etc. It's recursive. I

stopping signals

2003-11-16 Thread dave walters
Greetings:   I have a spin button with a callback function invoked by the "value_changed" signal. The callback func has a gtk_spin_button_set_value(). When this executes it causes the spinner to emit the "value_changed' signal which invokes the callback which executes set_value() etc. It's recursiv