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.py941 d.bindingslist.selection_anchor(0)
949 d.bindingslist.selection_anchor(1)
986 d.bindingslist.selection_anchor(0)
1129 b.selection_anchor(1)
1137 b.selection_anchor(2)
1394 d.helplist.selection_anchor(0)
1421 d.helplist.selection_anchor(0)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2658 def selection_anchor(self, index): member in Listbox
2661 select_anchor = selection_anchor
/external/python/cpython3/Lib/tkinter/
D__init__.py3214 def selection_anchor(self, index): member in Listbox
3218 select_anchor = selection_anchor