Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py940 d.bindingslist.selection_set(0)
948 d.bindingslist.selection_set(1)
985 d.bindingslist.selection_set(0)
1128 b.selection_set(1)
1136 b.selection_set(2)
1351 h.selection_set(0)
1393 d.helplist.selection_set(0)
1420 d.helplist.selection_set(0)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1679 self.assertRaises(tkinter.TclError, self.tv.selection_set, 'none')
1691 self.tv.selection_set(c1, item2)
1693 self.tv.selection_set(c2)
1718 self.tv.selection_set('with spaces')
1722 self.tv.selection_set('{brace')
1726 self.tv.selection_set('unicode\u20ac')
1730 self.tv.selection_set(b'bytes\xe2\x82\xac')
1733 self.tv.selection_set()
1737 self.tv.selection_set((c1, item2))
/external/python/cpython3/Lib/idlelib/
Dscrolledlist.py116 self.listbox.selection_set(index)
Dconfigdialog.py304 self.extension_list.selection_set(0)
/external/python/cpython2/Lib/idlelib/
DScrolledList.py112 self.listbox.selection_set(index)
DconfigDialog.py1268 self.extension_list.selection_set(0)
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1500 self.assertRaises(tkinter.TclError, self.tv.selection_set, 'none')
1512 self.tv.selection_set((c1, item2))
1514 self.tv.selection_set(c2)
1533 self.tv.selection_set('with spaces')
1537 self.tv.selection_set('{brace')
1542 self.tv.selection_set(u(r'unicode\u20ac'))
1546 self.tv.selection_set('bytes\xe2\x82\xac')
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py805 lb.selection_set(2, 4)
806 lb.selection_set(6)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py892 lb.selection_set(2, 4)
893 lb.selection_set(6)
/external/python/cpython3/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
/external/python/cpython3/Lib/tkinter/
Dtix.py1042 def selection_set(self, first, last=None): member in HList
1499 def selection_set(self, first, last=None): member in TList
Dttk.py1437 def selection_set(self, *items): member in Treeview
D__init__.py3234 def selection_set(self, first, last=None): member in Listbox
3239 select_set = selection_set
/external/python/cpython2/Lib/lib-tk/
DTix.py1044 def selection_set(self, first, last=None): member in HList
1502 def selection_set(self, first, last=None): member in TList
Dttk.py1402 def selection_set(self, items): member in Treeview
DTkinter.py2672 def selection_set(self, first, last=None): member in Listbox
2676 select_set = selection_set
/external/python/cpython2/Doc/library/
Dttk.rst1079 .. method:: selection_set(items)
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst1187 .. method:: selection_set(*items)
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1888 specialized methods like :meth:`~tkinter.ttk.Treeview.selection_set` for