I want to implement a dragdetect on Slider widget. So when user drags the thumb. the drag should be detected. can anyone suggest a workaround with out using the drag detect listener.

thanks

regards Bharath Y

link|improve this question

40% accept rate
feedback

1 Answer

org.eclipse.swt.widgets.Slider#addSelectionListener(SelectionListener) is what you're looking for.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.