Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py391 widget.selection_from(1)
513 widget.selection_from(1)
/external/python/cpython3/Lib/tkinter/
D__init__.py3076 def selection_from(self, index): member in Entry
3080 select_from = selection_from
4313 def selection_from(self, index): member in Spinbox
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2545 def selection_from(self, index): member in Entry
2548 select_from = selection_from
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1282 Added methods :meth:`~tkinter.Spinbox.selection_from`,
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2831 Add methods ``selection_from``, ``selection_range``, ``selection_present``