Searched refs:ZoomHeight (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
D | test_zoomheight.py | 30 zoom = zoomheight.ZoomHeight(self.editwin) 34 zoom = zoomheight.ZoomHeight(self.editwin)
|
/third_party/python/Lib/idlelib/ |
D | zoomheight.py | 12 class ZoomHeight: class
|
D | ChangeLog | 445 WindowList.py, ZoomHeight.py, __init__.py, config-unix.txt, 474 WindowList.py, ZoomHeight.py, __init__.py, config-unix.txt, 541 ZoomHeight.py, config-unix.txt, config-win.txt, config.txt, 563 ZoomHeight.py, config-unix.txt, config-win.txt, config.txt, 957 * ZoomHeight.py: Move zoom height functionality to separate function. 1241 * ZoomHeight.py: 1370 * ZoomHeight.py: Adjusted Unix height to work with fvwm96. :=( 1379 * ZoomHeight.py: Typo in Win specific height setting. 1385 * ZoomHeight.py: Adapted to Unix (i.e., more hardcoded constants). 1389 …y, idle.pyw, idle.bat, help.txt, extend.txt, extend.py, eventparse.py, ZoomHeight.py, WindowList.p…
|
D | editor.py | 63 from idlelib.zoomheight import ZoomHeight 336 text.bind("<<zoom-height>>", self.ZoomHeight(self).zoom_height_event)
|