Lines Matching refs:last_y
179 # last_y is initially set upon <B1-Leave> and is continuously updated
183 last_y = None
202 nonlocal last_y
204 last_y = event.y
213 nonlocal last_y
215 last_y = None
220 nonlocal last_y
221 if last_y is None: # i.e. if not currently dragging
223 last_y = event.y
231 y = last_y
251 nonlocal last_y
252 last_y = event.y