
8 Jan
2004
8 Jan
'04
6:57 p.m.
The color sliders emit four different signals:
grabbed dragged released changed
However, comparable GTK+ widgets only emit a single signal:
changed
and follow up with a gboolean xxx_is_adjusting() function.
I was wondering if there is any reason for the 4-signal method, and whether or not we should keep or lose it.