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

/external/python/cpython2/Lib/idlelib/
H A DScrolledList.py111 self.listbox.selection_clear(0, "end")
/external/python/cpython3/Lib/idlelib/
H A Dscrolledlist.py114 self.listbox.selection_clear(0, "end")
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py719 def selection_clear(self, **kw): member in class:Misc
2536 def selection_clear(self): member in class:Entry
2539 select_clear = selection_clear
2657 def selection_clear(self, first, last=None): member in class:Listbox
2661 select_clear = selection_clear
3584 def selection_clear(self): member in class:Spinbox
H A DTix.py1042 def selection_clear(self, cnf={}, **kw): member in class:HList
1500 def selection_clear(self, cnf={}, **kw): member in class:TList
/external/python/cpython3/Lib/tkinter/
H A D__init__.py872 def selection_clear(self, **kw): member in class:Misc
2699 def selection_clear(self): member in class:Entry
2702 select_clear = selection_clear
2820 def selection_clear(self, first, last=None): member in class:Listbox
2824 select_clear = selection_clear
3751 def selection_clear(self): member in class:Spinbox
H A Dtix.py1036 def selection_clear(self, cnf={}, **kw): member in class:HList
1493 def selection_clear(self, cnf={}, **kw): member in class:TList
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
H A Dtest_widgets.py801 lb.selection_clear(0, tkinter.END)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py805 lb.selection_clear(0, tkinter.END)
/external/python/cpython2/Demo/tix/
H A Dtixwidgets.py934 slb.hlist.selection_clear()

Completed in 500 milliseconds