Home
last modified time | relevance | path

Searched refs:selection_includes (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dscrolledlist.py88 if self.listbox.selection_includes(index):
101 if self.listbox.selection_includes(index):
/external/python/cpython2/Lib/idlelib/
DScrolledList.py84 if self.listbox.selection_includes(index):
97 if self.listbox.selection_includes(index):
/external/python/cpython3/Lib/tkinter/
Dtix.py1039 def selection_includes(self, entry): member in HList
1496 def selection_includes(self, index): member in TList
D__init__.py3227 def selection_includes(self, index): member in Listbox
3232 select_includes = selection_includes
/external/python/cpython2/Lib/lib-tk/
DTix.py1041 def selection_includes(self, entry): member in HList
1499 def selection_includes(self, index): member in TList
DTkinter.py2667 def selection_includes(self, index): member in Listbox
2671 select_includes = selection_includes