Home
last modified time | relevance | path

Searched refs:selection_set (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py916 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/
Dscrolledlist.py116 self.listbox.selection_set(index)
Dconfigdialog.py1952 self.extension_list.selection_set(0)
/external/python/cpython3/Lib/test/test_ttk/
Dtest_widgets.py1780 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/
Dv4l2-ctl-selection.cpp257 void selection_set(cv4l_fd &_fd) in selection_set() function
Dv4l2-ctl.h432 void selection_set(cv4l_fd &fd);
Dv4l2-ctl.cpp1490 selection_set(c_fd); in main()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst176 Methods selection_set(), selection_add(), selection_remove() and
D3.8.0a1.rst6151 deprecated in 3.6. Use specialized methods like ``selection_set`` for
/external/python/cpython3/Lib/test/test_tkinter/
Dtest_widgets.py1069 lb.selection_set(2, 4)
1070 lb.selection_set(6)
/external/python/cpython3/Lib/tkinter/
Dttk.py1417 def selection_set(self, *items): member in Treeview
D__init__.py3451 def selection_set(self, first, last=None): member in Listbox
3456 select_set = selection_set
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst1185 .. method:: selection_set(*items)
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1894 specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for