Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_configdialog.py919 d.bindingslist.selection_set(0)
927 d.bindingslist.selection_set(1)
964 d.bindingslist.selection_set(0)
1107 b.selection_set(1)
1115 b.selection_set(2)
1385 h.selection_set(0)
1427 fr.helplist.selection_set(0)
1454 fr.helplist.selection_set(0)
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1660 self.assertRaises(tkinter.TclError, self.tv.selection_set, 'none')
1672 self.tv.selection_set(c1, item2)
1674 self.tv.selection_set(c2)
1699 self.tv.selection_set('with spaces')
1703 self.tv.selection_set('{brace')
1707 self.tv.selection_set('unicode\u20ac')
1711 self.tv.selection_set(b'bytes\xe2\x82\xac')
1714 self.tv.selection_set()
1718 self.tv.selection_set((c1, item2))
/third_party/python/Lib/idlelib/
Dscrolledlist.py116 self.listbox.selection_set(index)
Dconfigdialog.py1958 self.extension_list.selection_set(0)
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py891 lb.selection_set(2, 4)
892 lb.selection_set(6)
/third_party/python/Misc/NEWS.d/
D3.6.0a3.rst154 Methods selection_set(), selection_add(), selection_remove() and
D3.8.0a1.rst6151 deprecated in 3.6. Use specialized methods like `selection_set` for
/third_party/python/Lib/tkinter/
Dtix.py1044 def selection_set(self, first, last=None): member in HList
1501 def selection_set(self, first, last=None): member in TList
Dttk.py1432 def selection_set(self, *items): member in Treeview
D__init__.py3267 def selection_set(self, first, last=None): member in Listbox
3272 select_set = selection_set
/third_party/python/Doc/library/
Dtkinter.ttk.rst1187 .. method:: selection_set(*items)
/third_party/python/Doc/whatsnew/
D3.8.rst1889 specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for