Home
last modified time | relevance | path

Searched refs:selection_to (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py392 widget.selection_to(2)
514 widget.selection_to(2)
/external/python/cpython3/Lib/tkinter/
D__init__.py3096 def selection_to(self, index): member in Entry
3100 select_to = selection_to
4327 def selection_to(self, index): member in Spinbox
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2559 def selection_to(self, index): member in Entry
2562 select_to = selection_to
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1285 :meth:`~tkinter.Spinbox.selection_to`
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2832 and ``selection_to`` to the ``tkinter.Spinbox`` for consistency with the