Searched refs:selection_element (Results 1 – 3 of 3) sorted by relevance
531 self.assertEqual(widget.selection_element(), "none")532 widget.selection_element("buttonup")533 self.assertEqual(widget.selection_element(), "buttonup")534 widget.selection_element("buttondown")535 self.assertEqual(widget.selection_element(), "buttondown")
4338 def selection_element(self, element=None): member in Spinbox
2821 Fix ``TclError`` in ``tkinter.Spinbox.selection_element()``. Patch by