Home
last modified time | relevance | path

Searched refs:selection_element (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py532 self.assertEqual(widget.selection_element(), "none")
533 widget.selection_element("buttonup")
534 self.assertEqual(widget.selection_element(), "buttonup")
535 widget.selection_element("buttondown")
536 self.assertEqual(widget.selection_element(), "buttondown")
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3597 def selection_element(self, element=None): member in Spinbox
/external/python/cpython3/Lib/tkinter/
D__init__.py4305 def selection_element(self, element=None): member in Spinbox
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2821 Fix ``TclError`` in ``tkinter.Spinbox.selection_element()``. Patch by