Browse Source
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
Modify the wheel event handler so it can also be used for module, path, and stack browsers. Patch by George Zhang.pull/15691/head
committed by
Terry Jan Reedy
7 changed files with 78 additions and 21 deletions
-
3Lib/idlelib/NEWS.txt
-
25Lib/idlelib/editor.py
-
8Lib/idlelib/idle_test/test_multicall.py
-
29Lib/idlelib/idle_test/test_tree.py
-
31Lib/idlelib/tree.py
-
1Misc/ACKS
-
2Misc/NEWS.d/next/IDLE/2019-08-21-16-02-49.bpo-37902._R_adE.rst
@ -0,0 +1,2 @@ |
|||
Add mousewheel scrolling for IDLE module, path, and stack browsers. |
|||
Patch by George Zhang. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue