Searched refs:selection_set (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 919 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/ |
D | test_widgets.py | 1660 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/ |
D | scrolledlist.py | 116 self.listbox.selection_set(index)
|
D | configdialog.py | 1958 self.extension_list.selection_set(0)
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 891 lb.selection_set(2, 4) 892 lb.selection_set(6)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a3.rst | 154 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
|
/third_party/python/Lib/tkinter/ |
D | tix.py | 1044 def selection_set(self, first, last=None): member in HList 1501 def selection_set(self, first, last=None): member in TList
|
D | ttk.py | 1432 def selection_set(self, *items): member in Treeview
|
D | __init__.py | 3267 def selection_set(self, first, last=None): member in Listbox 3272 select_set = selection_set
|
/third_party/python/Doc/library/ |
D | tkinter.ttk.rst | 1187 .. method:: selection_set(*items)
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 1889 specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for
|