Home
last modified time | relevance | path

Searched refs:select_clear (Results 1 – 10 of 10) 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.py357 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
405 self.listbox.select_clear(cursel)
433 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
Dconfig_key.py254 self.list_keys_final.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/cpython3/Lib/idlelib/idle_test/
Dtest_config_key.py169 select_clear = Func() variable in KeySelectionTest.Basic.__init__.list_keys_final
/external/python/cpython2/Tools/webchecker/
Dwcgui.py195 self.__todo.list.select_clear(0, END)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2454 def select_clear(self): member in Canvas
2544 select_clear = selection_clear variable in Entry
2666 select_clear = selection_clear variable in Listbox
/external/python/cpython3/Lib/tkinter/
D__init__.py2993 def select_clear(self): member in Canvas
3107 select_clear = selection_clear variable in Entry
3258 select_clear = selection_clear variable in Listbox