Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py386 self.assertFalse(widget.selection_present())
389 self.assertTrue(widget.selection_present())
396 self.assertFalse(widget.selection_present())
508 self.assertFalse(widget.selection_present())
511 self.assertTrue(widget.selection_present())
518 self.assertFalse(widget.selection_present())
/external/python/cpython3/Lib/tkinter/
D__init__.py3115 def selection_present(self): member in Entry
3121 select_present = selection_present
4350 def selection_present(self): member in Spinbox
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2549 def selection_present(self): member in Entry
2554 select_present = selection_present
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1284 :meth:`~tkinter.Spinbox.selection_present`,
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2831 Add methods ``selection_from``, ``selection_range``, ``selection_present``