Searched refs:find_overlapping (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Tools/pynche/ |
D | ListViewer.py | 105 ids = canvas.find_overlapping(x, y, x, y)
|
D | StripViewer.py | 245 chip = canvas.find_overlapping(x, y, x, y)
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 2888 def find_overlapping(self, x1, y1, x2, y2): member in Canvas
|