Searched refs:selection_element (Results 1 – 4 of 4) sorted by relevance
532 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")
3597 def selection_element(self, element=None): member in Spinbox
4305 def selection_element(self, element=None): member in Spinbox
2821 Fix ``TclError`` in ``tkinter.Spinbox.selection_element()``. Patch by