Re: [pygtk] update notification signals

2006-12-06 Thread Paul Pogonyshev
Mikael Lindqvist wrote: > Hello, > > Is there a way of distinguishing if the value of a control is changed > by the user or by code in some part of my program? > > To clarify, I'm setting the value of a spinbutton with code, i.e. > spinbutton.set_value(...) . This causes the value_changed signal

Re: [pygtk] update notification signals

2006-12-06 Thread Steve McClure
On Wed, 2006-12-06 at 09:24 +0100, Mikael Lindqvist wrote: > Hello, > > Is there a way of distinguishing if the value of a control is changed > by the user or by code in some part of my program? > > To clarify, I'm setting the value of a spinbutton with code, i.e. > spinbutton.set_value(...) . Th

[pygtk] update notification signals

2006-12-06 Thread Mikael Lindqvist
Hello, Is there a way of distinguishing if the value of a control is changed by the user or by code in some part of my program? To clarify, I'm setting the value of a spinbutton with code, i.e. spinbutton.set_value(...) . This causes the value_changed signal to be sent to my program. The behavio