You are not logged in.
Hi,
Is there any event other than "value-changed" for GtkScale, that i can call to update the value.
I am already updating progressbar in separate thread which reads current position and sets value for GTK Scale widget.
When i set value of GtkScale programmatically, i am invoking "value-changed" event.
I also want to be able to seek the bar when i want to go to a particular position and set the value of GtkScale Widget. But i am not sure how to do that, as "value changed" event is invoked in both the cases i.e. when i manually move the slider and when i do it programatically
Is there any separate event which can be called for GtkScale which is something like button click or moved slider so that i can treat them differently ?
Thanks in Advance
Last edited by Ceaser Niko (2017-06-25 07:38:30)
Offline