如何在不使用拖动检测侦听器的情况下在滑块上实现拖动检测?
我想在滑块小部件上实现拖动检测。所以当用户拖动拇指时。应该检测到阻力。任何人都可以建议一种不使用拖动检测侦听器的解决方法。
谢谢
问候 巴拉特·Y
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
org.eclipse.swt.widgets.Slider#addSelectionListener(SelectionListener)
就是您要寻找的。org.eclipse.swt.widgets.Slider#addSelectionListener(SelectionListener)
is what you're looking for.