Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DSearchDialogBase.py59 self.ent.selection_range(0, "end")
DTreeWidget.py273 self.entry.selection_range(0, END)
/external/python/cpython3/Lib/idlelib/
Dsearchbase.py60 self.ent.selection_range(0, "end")
Dtree.py274 self.entry.selection_range(0, END)
/external/python/cpython2/Tools/webchecker/
Dwsgui.py148 self.url_entry.selection_range(0, END)
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py574 self.entry.selection_range(0, 'end')
/external/python/cpython3/Tools/demo/
Dss1.py559 self.entry.selection_range(0, 'end')
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2550 def selection_range(self, start, end): member in Entry
2553 select_range = selection_range
/external/python/cpython3/Lib/tkinter/
D__init__.py2713 def selection_range(self, start, end): member in Entry
2716 select_range = selection_range