Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1494 self.assertRaises(tkinter.TclError, self.tv.selection_toggle, 'none')
1518 self.tv.selection_toggle((c1, c3))
1520 self.tv.selection_toggle(item2)
/external/python/cpython2/Lib/lib-tk/
Dttk.py1417 def selection_toggle(self, items): member in Treeview
/external/python/cpython2/Doc/library/
Dttk.rst1094 .. method:: selection_toggle(items)