Home
last modified time | relevance | path

Searched refs:deselect (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dtree.py123 def deselect(self, event=None): member in TreeNode
139 self.deselect()
/third_party/python/Lib/tkinter/
H A D__init__.py3066 def deselect(self): member in Checkbutton
3068 self.tk.call(self._w, 'deselect')
3491 def deselect(self): member in Radiobutton
3494 self.tk.call(self._w, 'deselect')
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py240 b2.deselect()

Completed in 11 milliseconds