Home
last modified time | relevance | path

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

/third_party/python/Tools/pynche/
DListViewer.py105 ids = canvas.find_overlapping(x, y, x, y)
DStripViewer.py245 chip = canvas.find_overlapping(x, y, x, y)
/third_party/python/Lib/tkinter/
D__init__.py2888 def find_overlapping(self, x1, y1, x2, y2): member in Canvas