That's the "changed" signal. If your other widget to be updated has an adjustment, (a spinbutton for example) and the value is the same as the scale, you can just attach the same adjustment. Then you don't need to update it in the signal handler. Manuel