Home
last modified time | relevance | path

Searched refs:ZoomHeight (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_zoomheight.py30 zoom = zoomheight.ZoomHeight(self.editwin)
34 zoom = zoomheight.ZoomHeight(self.editwin)
/third_party/python/Lib/idlelib/
Dzoomheight.py12 class ZoomHeight: class
DChangeLog445 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…
Deditor.py63 from idlelib.zoomheight import ZoomHeight
336 text.bind("<<zoom-height>>", self.ZoomHeight(self).zoom_height_event)