It took me way too long, but now I know how to handle the value-changed event of GtkScale.
In Glade:
- Create a GtkScale widget. We will ID it
foo_scale
. - In the
Signals -> GtkRange -> value-changed
line change theHandler
field to something sensible likeon_foo_scale_value_changed
. That will be the name of …