Home
last modified time | relevance | path

Searched refs:selection_adjust (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py423 widget.selection_adjust(4)
425 widget.selection_adjust(1)
427 widget.selection_adjust(5)
429 widget.selection_adjust(0)
431 widget.selection_adjust(0)
545 widget.selection_adjust(4)
547 widget.selection_adjust(1)
549 widget.selection_adjust(5)
551 widget.selection_adjust(0)
/third_party/python/Lib/tkinter/
H A D__init__.py3134 def selection_adjust(self, index): member in Entry
3138 select_adjust = selection_adjust
4352 def selection_adjust(self, index): member in Spinbox

Completed in 10 milliseconds