
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.

11 Jan
11 Jan
1:43 a.m.
On Thu, 2004-01-08 at 11:57, Jon A.Cruz wrote:
I was wondering if there is any reason for the 4-signal method, and whether or not we should keep or lose it.
I can't think of anything the other 3 signals would be used for. When is changed being emitted? It seems like it should be when the color selection stabilizes - not with every little change.
--Ted
7770
Age (days ago)
7773
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jon A.Cruz
-
Ted Gould