Message224157
On X11 <Button-4> and <Button-5> events are generated on mouse wheel roll. So you should add
widget.bind('<Control-Button-4>', self._increaseFont)
widget.bind('<Control-Button-5>', self._decreaseFont)
But mouse wheel events still are sent to widget and text is scrolled together with font size changing. |
|
| Date |
User |
Action |
Args |
| 2014-07-28 09:00:22 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, ned.deily, jesstess, Lita.Cho |
| 2014-07-28 09:00:22 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2014-07-28 09:00:22 | serhiy.storchaka | link | issue21933 messages |
| 2014-07-28 09:00:22 | serhiy.storchaka | create | |
|