Searched refs:selection_set (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 916 d.bindingslist.selection_set(0) 924 d.bindingslist.selection_set(1) 961 d.bindingslist.selection_set(0) 1104 b.selection_set(1) 1112 b.selection_set(2) 1382 h.selection_set(0) 1424 fr.helplist.selection_set(0) 1451 fr.helplist.selection_set(0)
|
/external/python/cpython3/Lib/idlelib/ |
D | scrolledlist.py | 116 self.listbox.selection_set(index)
|
D | configdialog.py | 1952 self.extension_list.selection_set(0)
|
/external/python/cpython3/Lib/test/test_ttk/ |
D | test_widgets.py | 1780 self.assertRaises(tkinter.TclError, self.tv.selection_set, 'none') 1792 self.tv.selection_set(c1, item2) 1794 self.tv.selection_set(c2) 1819 self.tv.selection_set('with spaces') 1823 self.tv.selection_set('{brace') 1827 self.tv.selection_set('unicode\u20ac') 1831 self.tv.selection_set(b'bytes\xe2\x82\xac') 1834 self.tv.selection_set() 1838 self.tv.selection_set((c1, item2))
|
/external/v4l-utils/utils/v4l2-ctl/ |
D | v4l2-ctl-selection.cpp | 257 void selection_set(cv4l_fd &_fd) in selection_set() function
|
D | v4l2-ctl.h | 432 void selection_set(cv4l_fd &fd);
|
D | v4l2-ctl.cpp | 1490 selection_set(c_fd); in main()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a3.rst | 176 Methods selection_set(), selection_add(), selection_remove() and
|
D | 3.8.0a1.rst | 6151 deprecated in 3.6. Use specialized methods like ``selection_set`` for
|
/external/python/cpython3/Lib/test/test_tkinter/ |
D | test_widgets.py | 1069 lb.selection_set(2, 4) 1070 lb.selection_set(6)
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1417 def selection_set(self, *items): member in Treeview
|
D | __init__.py | 3451 def selection_set(self, first, last=None): member in Listbox 3456 select_set = selection_set
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 1185 .. method:: selection_set(*items)
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.8.rst | 1894 specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for
|