Searched defs:halo (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): argument
|
D | Tkinter.py | 2254 def addtag_closest(self, newtag, x, y, halo=None, start=None): argument 2368 def find_closest(self, x, y, halo=None, start=None): argument
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2418 def addtag_closest(self, newtag, x, y, halo=None, start=None): argument 2532 def find_closest(self, x, y, halo=None, start=None): argument
|