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