Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/
DFrameWork.py79 next_window_y = 44 # jvr variable
83 global next_window_x, next_window_y
84 r, b = next_window_x+width, next_window_y+height
88 next_window_y = 44
89 l, t = next_window_x, next_window_y
90 r, b = next_window_x+width, next_window_y+height
91 next_window_x, next_window_y = next_window_x + 8, next_window_y + 20 # jvr