Home
last modified time | relevance | path

Searched refs:selection_anchor (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py832 d.bindingslist.selection_anchor(0)
840 d.bindingslist.selection_anchor(1)
877 d.bindingslist.selection_anchor(0)
1020 b.selection_anchor(1)
1028 b.selection_anchor(2)
1263 d.helplist.selection_anchor(0)
1290 d.helplist.selection_anchor(0)
/external/python/cpython3/Lib/tkinter/
D__init__.py2822 def selection_anchor(self, index): member in Listbox
2825 select_anchor = selection_anchor
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2658 def selection_anchor(self, index): member in Listbox
2661 select_anchor = selection_anchor