Searched refs:select_to (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ | ||
D | Canvas.py | 191 def select_to(self, index): member in Group |
D | Tkinter.py | 2463 def select_to(self, tagOrId, index): member in Canvas |
/external/python/cpython3/Lib/tkinter/ | ||
D | __init__.py | 2972 def select_to(self, tagOrId, index): member in Canvas |