标签:depend ons end proc bar style inter tkinter http
其实,不同系统不一样,我的是Ubuntu 所以是<Button-4> <Button-5>
见下:
来自:https://stackoverflow.com/questions/17355902/python-tkinter-binding-mousewheel-to-scrollbar
Platform differences:
<MouseWheel>
and you need to divide event.delta
by 120 (or some other factor depending on how fast you want the scroll)<MouseWheel>
and you need to use event.delta
without modification<Button-4>
and <Button-5>
, and you need to divide event.delta
by 120 (or some other factor depending on how fast you want to scroll)
tkinter绑定鼠标滚轮滚动事件 canvas.bind("<MouseWheel>", processWheel) 失效
标签:depend ons end proc bar style inter tkinter http
原文地址:http://www.cnblogs.com/YouXiangLiThon/p/7725308.html