Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_extensions.py97 def check_positions(scale, scale_pos, label, label_pos): function
101 check_positions(x.scale, 'bottom', x.label, 'n')
104 check_positions(x.scale, 'top', x.label, 's')
108 check_positions(x.scale, 'top', x.label, 's')
111 check_positions(x.scale, 'bottom', x.label, 'n')