On Wed, 2001-10-03 at 04:10, Elliot Chisholm wrote: > hi, > > I am trying to use horizontal scales to alter the brightness and contrast of > an image but I cannot see how to get the scale to generate a value changed > signal. Could anyone help me out with this? See the FAQ on http://glade.gnome.org You have to connect to the GtkAdjustment signal manually, after creating the window. Damon