Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py398 widget.selection_adjust(4)
400 widget.selection_adjust(1)
402 widget.selection_adjust(5)
404 widget.selection_adjust(0)
406 widget.selection_adjust(0)
520 widget.selection_adjust(4)
522 widget.selection_adjust(1)
524 widget.selection_adjust(5)
526 widget.selection_adjust(0)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2537 def selection_adjust(self, index): member in Entry
2540 select_adjust = selection_adjust
3575 def selection_adjust(self, index): member in Spinbox
/external/python/cpython3/Lib/tkinter/
D__init__.py3097 def selection_adjust(self, index): member in Entry
3101 select_adjust = selection_adjust
4316 def selection_adjust(self, index): member in Spinbox