Home
last modified time | relevance | path

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

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