Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py388 widget.selection_range(0, 'end')
394 widget.selection_range(3, 4)
398 widget.selection_range(0, 'end')
510 widget.selection_range(0, 'end')
516 widget.selection_range(3, 4)
520 widget.selection_range(0, 'end')
/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.py63 self.ent.selection_range(0, "end")
Dtree.py301 self.entry.selection_range(0, END)
/external/python/cpython2/Tools/webchecker/
Dwsgui.py148 self.url_entry.selection_range(0, END)
/external/python/cpython3/Tools/demo/
Dspreadsheet.py559 self.entry.selection_range(0, 'end')
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py574 self.entry.selection_range(0, 'end')
/external/python/cpython3/Lib/tkinter/
D__init__.py3090 def selection_range(self, start, end): member in Entry
3094 select_range = selection_range
4323 def selection_range(self, start, end): member in Spinbox
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2555 def selection_range(self, start, end): member in Entry
2558 select_range = selection_range
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1284 :meth:`~tkinter.Spinbox.selection_range` and
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2831 Add methods ``selection_from``, ``selection_range``, ``selection_present``