Searched refs:addtag_closest (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 144 def addtag_closest(self, x, y, halo=None, start=None): member in Group
|
D | Tkinter.py | 2254 def addtag_closest(self, newtag, x, y, halo=None, start=None): member in Canvas
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2702 def addtag_closest(self, newtag, x, y, halo=None, start=None): member in Canvas
|