Home
last modified time | relevance | path

Searched refs:select_clear (Results 1 – 6 of 6) 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/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