[pygtk] SpinButton Signals
Jose de Paula Eufrasio Junior
jpejunior at gmail.com
Thu Sep 23 02:04:58 WST 2004
Hi again, sorry for the newbie question flood :)
I setup an interface with some spin buttons that should recalculate a
serie of values everytime the spinbutton is changed (by the keyboard,
editing or the widget arrows).
The thing is, using a "print" in the function handling the update
signal I only see one "print", even editing, clicking and changing the
spinbutton many times.
Looks like the signal is sent only once...
I tried using the signal handlers "output", "change_value",
"value_changed", and with no success..
(btw, using gtk, glade.XML(gladefile.glade))
[s]
core
More information about the pygtk
mailing list