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.py399 widget.selection_adjust(4)
401 widget.selection_adjust(1)
403 widget.selection_adjust(5)
405 widget.selection_adjust(0)
407 widget.selection_adjust(0)
521 widget.selection_adjust(4)
523 widget.selection_adjust(1)
525 widget.selection_adjust(5)
527 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__.py3064 def selection_adjust(self, index): member in Entry
3068 select_adjust = selection_adjust
4283 def selection_adjust(self, index): member in Spinbox