Gtk.Scale value-changed signal vs drag-end?
问题 Question in brief: Does the Gtk.Scale widget have a drag-end signal as opposed to value-changed ? I'm using a gtk scale widget (a slider) and according to the docs I should use the value-changed signal to detect when the user changes the slider. Now the user grabs the slider and drags it to their desired value. When they have finished choosing their desired value (i.e. finished dragging), I want to do some stuff. However, the value-changed signal gets emitted each time the value changes