Home
last modified time | relevance | path

Searched refs:selection_clear (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dscrolledlist.py115 self.listbox.selection_clear(0, "end")
/external/python/cpython2/Lib/idlelib/
DScrolledList.py111 self.listbox.selection_clear(0, "end")
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py396 widget.selection_clear()
518 widget.selection_clear()
891 lb.selection_clear(0, tkinter.END)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py725 def selection_clear(self, **kw): member in Misc
2541 def selection_clear(self): member in Entry
2544 select_clear = selection_clear
2662 def selection_clear(self, first, last=None): member in Listbox
2666 select_clear = selection_clear
3589 def selection_clear(self): member in Spinbox
DTix.py1038 def selection_clear(self, cnf={}, **kw): member in HList
1496 def selection_clear(self, cnf={}, **kw): member in TList
/external/python/cpython3/Lib/tkinter/
D__init__.py948 def selection_clear(self, **kw): member in Misc
3070 def selection_clear(self): member in Entry
3074 select_clear = selection_clear
3220 def selection_clear(self, first, last=None): member in Listbox
3225 select_clear = selection_clear
4297 def selection_clear(self): member in Spinbox
Dtix.py1036 def selection_clear(self, cnf={}, **kw): member in HList
1493 def selection_clear(self, cnf={}, **kw): member in TList
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py804 lb.selection_clear(0, tkinter.END)
/external/python/cpython2/Demo/tix/
Dtixwidgets.py934 slb.hlist.selection_clear()