How to implement dragdetection on Slider without using dragdetect listener?

279 Views Asked by At

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

1

There are 1 best solutions below

0
On

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