Searched refs:selection_element (Results 1 – 4 of 4) sorted by relevance
479 self.assertEqual(widget.selection_element(), "none")480 widget.selection_element("buttonup")481 self.assertEqual(widget.selection_element(), "buttonup")482 widget.selection_element("buttondown")483 self.assertEqual(widget.selection_element(), "buttondown")
471 Fix ``TclError`` in ``tkinter.Spinbox.selection_element()``. Patch by
3765 def selection_element(self, element=None): member in Spinbox
3597 def selection_element(self, element=None): member in Spinbox