bpo-37902: IDLE: Add scrolling for IDLE browsers#15360
bpo-37902: IDLE: Add scrolling for IDLE browsers#15360GeeTransit wants to merge 2 commits intopython:masterfrom GeeTransit:master
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Our records indicate we have not received your CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
| # A canvas widget with scroll bars and some useful bindings | ||
|
|
||
| class ScrolledCanvas: | ||
|
|
There was a problem hiding this comment.
Reformatting existing code is not part of this issue and a distraction from the real implementation problems. I would do it differently, but on another issue sometime in the future.
This PR adds scrolling to the module and path browsers.
https://bugs.python.org/issue37902