[gtkada] Signals from Gtk.Scale

Jean-Etienne Doucet doucet at laas.fr
Tue Oct 29 08:41:00 CET 2002


From: manuel.op.de.coul at eon-benelux.com
To: gtkada at lists.act-europe.fr
| 
| 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
| _______________________________________________
| gtkada mailing list
| gtkada at lists.act-europe.fr
| http://lists.act-europe.fr/mailman/listinfo/gtkada
| 

I think it's the "value_changed" signal.
The "changed" signal means that some parameters of the scale (actually a range),
the min value for example, have changed.

--jed--




More information about the gtkada mailing list