Searched defs:selection_set (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ | ||
D | ttk.py | 1402 def selection_set(self, items): member in Treeview |
D | Tix.py | 1044 def selection_set(self, first, last=None): member in HList |
D | Tkinter.py | 2672 def selection_set(self, first, last=None): member in Listbox |
/external/python/cpython3/Lib/tkinter/ | ||
D | ttk.py | 1432 def selection_set(self, *items): member in Treeview |
D | tix.py | 1044 def selection_set(self, first, last=None): member in HList |
D | __init__.py | 3267 def selection_set(self, first, last=None): member in Listbox |