Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py831 d.bindingslist.selection_set(0)
839 d.bindingslist.selection_set(1)
876 d.bindingslist.selection_set(0)
1019 b.selection_set(1)
1027 b.selection_set(2)
1220 h.selection_set(0)
1262 d.helplist.selection_set(0)
1289 d.helplist.selection_set(0)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1683 self.assertRaises(tkinter.TclError, self.tv.selection_set, 'none')
1695 self.tv.selection_set(c1, item2)
1697 self.tv.selection_set(c2)
1722 self.tv.selection_set('with spaces')
1726 self.tv.selection_set('{brace')
1730 self.tv.selection_set('unicode\u20ac')
1734 self.tv.selection_set(b'bytes\xe2\x82\xac')
1737 self.tv.selection_set()
1741 self.tv.selection_set((c1, item2))
1754 self.tv.selection_set()
/external/python/cpython2/Lib/idlelib/
DScrolledList.py112 self.listbox.selection_set(index)
DconfigDialog.py1268 self.extension_list.selection_set(0)
/external/python/cpython3/Lib/idlelib/
Dscrolledlist.py116 self.listbox.selection_set(index)
Dconfigdialog.py296 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.py816 lb.selection_set(2, 4)
817 lb.selection_set(6)
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst154 Methods selection_set(), selection_add(), selection_remove() and
/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.py1455 def selection_set(self, *items): member in Treeview
D__init__.py2836 def selection_set(self, first, last=None): member in Listbox
2840 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.rst1188 .. method:: selection_set(*items)