Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1684 self.assertRaises(tkinter.TclError, self.tv.selection_add, 'none')
1700 self.tv.selection_add(c1, item2)
1702 self.tv.selection_add(item1)
1704 self.tv.selection_add()
1743 self.tv.selection_add((c1, item1))
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1501 self.assertRaises(tkinter.TclError, self.tv.selection_add, 'none')
1517 self.tv.selection_add((c1, item2))
1519 self.tv.selection_add(item1)
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst154 Methods selection_set(), selection_add(), selection_remove() and
/external/python/cpython2/Lib/lib-tk/
Dttk.py1407 def selection_add(self, items): member in Treeview
/external/python/cpython3/Lib/tkinter/
Dttk.py1460 def selection_add(self, *items): member in Treeview
/external/python/cpython2/Doc/library/
Dttk.rst1084 .. method:: selection_add(items)
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst1196 .. method:: selection_add(*items)