Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py1674 self.assertRaises(tkinter.TclError, self.tv.selection_add, 'none')
1690 self.tv.selection_add(c1, item2)
1692 self.tv.selection_add(item1)
1694 self.tv.selection_add()
1733 self.tv.selection_add((c1, item1))
/third_party/python/Lib/tkinter/
H A Dttk.py1412 def selection_add(self, *items): member in Treeview

Completed in 5 milliseconds