Searched refs:find_overlapping (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/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)
|
/external/python/cpython3/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)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2542 def find_overlapping(self, x1, y1, x2, y2): member in Canvas
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2378 def find_overlapping(self, x1, y1, x2, y2): member in Canvas
|