Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/
DFrameWork.py78 next_window_x = 16 # jvr variable
83 global next_window_x, next_window_y
84 r, b = next_window_x+width, next_window_y+height
86 next_window_x = 16
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