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.py387 widget.selection_range(0, 'end')
393 widget.selection_range(3, 4)
397 widget.selection_range(0, 'end')
509 widget.selection_range(0, 'end')
515 widget.selection_range(3, 4)
519 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.py64 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__.py3123 def selection_range(self, start, end): member in Entry
3127 select_range = selection_range
4356 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.rst1285 :meth:`~tkinter.Spinbox.selection_range` and
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2831 Add methods ``selection_from``, ``selection_range``, ``selection_present``