Searched refs:selection_clear (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/idlelib/ |
D | scrolledlist.py | 115 self.listbox.selection_clear(0, "end")
|
/external/python/cpython2/Lib/idlelib/ |
D | ScrolledList.py | 111 self.listbox.selection_clear(0, "end")
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 396 widget.selection_clear() 518 widget.selection_clear() 891 lb.selection_clear(0, tkinter.END)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 725 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
|
D | Tix.py | 1038 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__.py | 948 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
|
D | tix.py | 1036 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/ |
D | test_widgets.py | 804 lb.selection_clear(0, tkinter.END)
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 934 slb.hlist.selection_clear()
|