Home
last modified time | relevance | path

Searched refs:selection_toggle (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py1676 self.assertRaises(tkinter.TclError, self.tv.selection_toggle, 'none')
1704 self.tv.selection_toggle(c1, c3)
1706 self.tv.selection_toggle(item2)
1708 self.tv.selection_toggle()
1737 self.tv.selection_toggle((c1, c3))
/third_party/python/Lib/tkinter/
H A Dttk.py1422 def selection_toggle(self, *items): member in Treeview

Completed in 5 milliseconds