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

/external/python/cpython2/Demo/tkinter/guido/
H A Dkill.py44 e.widget.select_clear(0, END)
47 e.widget.select_clear(0, END)
H A Dsvkill.py57 e.widget.select_clear('0', 'end')
60 e.widget.select_clear('0', 'end')
/external/python/cpython3/Lib/idlelib/
H A Dautocomplete_w.py289 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
336 self.listbox.select_clear(cursel)
364 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
H A Dconfig_key.py181 self.listKeysFinal.select_clear(0,END)
/external/python/cpython2/Lib/idlelib/
H A DAutoCompleteWindow.py288 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
335 self.listbox.select_clear(cursel)
H A DkeybindingDialog.py177 self.listKeysFinal.select_clear(0,END)
/external/python/cpython2/Tools/webchecker/
H A Dwcgui.py195 self.__todo.list.select_clear(0, END)
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py2449 def select_clear(self): member in class:Canvas
2539 select_clear = selection_clear variable in class:Entry
2661 select_clear = selection_clear variable in class:Listbox
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2612 def select_clear(self): member in class:Canvas
2702 select_clear = selection_clear variable in class:Entry
2824 select_clear = selection_clear variable in class:Listbox

Completed in 180 milliseconds