Searched refs:selection_add (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 1684 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/ |
D | test_widgets.py | 1501 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/ |
D | 3.6.0a3.rst | 154 Methods selection_set(), selection_add(), selection_remove() and
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 1407 def selection_add(self, items): member in Treeview
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1460 def selection_add(self, *items): member in Treeview
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 1084 .. method:: selection_add(items)
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 1196 .. method:: selection_add(*items)
|