Searched refs:ZoomHeight (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_zoomheight.py | 30 zoom = zoomheight.ZoomHeight(self.editwin) 34 zoom = zoomheight.ZoomHeight(self.editwin)
|
/external/python/cpython2/Lib/idlelib/ |
D | ZoomHeight.py | 8 class ZoomHeight: class
|
D | README.txt | 73 ZoomHeight.py # Zoom window to full height of screen. 206 Zoomheight # ZoomHeight extension
|
D | config-extensions.def | 96 [ZoomHeight]
|
D | TreeWidget.py | 21 from idlelib import ZoomHeight 449 ZoomHeight.zoom_height(self.master)
|
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 | extend.txt | 59 class ZoomHeight:
|
D | help.txt | 297 ZoomHeight
|
/external/python/cpython3/Lib/idlelib/ |
D | zoomheight.py | 9 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 | extend.txt | 59 class ZoomHeight:
|
D | editor.py | 60 from idlelib.zoomheight import ZoomHeight 317 text.bind("<<zoom-height>>", self.ZoomHeight(self).zoom_height_event)
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 634 * ZoomHeight
|