Home
last modified time | relevance | path

Searched refs:selection_add (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1492 self.assertRaises(tkinter.TclError, self.tv.selection_add, 'none')
1508 self.tv.selection_add((c1, item2))
1510 self.tv.selection_add(item1)
/external/python/cpython2/Lib/lib-tk/
Dttk.py1407 def selection_add(self, items): member in Treeview
/external/python/cpython2/Doc/library/
Dttk.rst1084 .. method:: selection_add(items)