Lines Matching refs:y
901 if tree.identify_element(event.x, event.y) == "image":
902 item = tree.identify_row(event.y)
924 tree.identify_region(event.x, event.y) in ("heading", "separator")
1278 y = _root.winfo_rooty() + (_root.winfo_height() - dialog_height)//2
1285 if y + dialog_height > screen_height:
1286 y = screen_height - dialog_height
1287 elif y < 0:
1288 y = 0
1290 dialog.geometry("+{}+{}".format(x, y))
1763 if event and (tree.identify_element(event.x, event.y) == "image" or
2124 return "" if sc.direct_dep is _kconf.y else \
2159 if cond is not _kconf.y: