Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py838 default_orient = 'vertical' variable in ScaleTest
907 default_orient = 'vertical' variable in ScrollbarTest
953 default_orient = 'horizontal' variable in PanedWindowTest
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py755 default_orient = 'horizontal' variable in ScaleTest
863 default_orient = 'horizontal' variable in ProgressbarTest
897 default_orient = 'vertical' variable in ScrollbarTest
1644 default_orient = 'horizontal' variable in SeparatorTest
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py400 self.assertEqual(str(widget['orient']), self.default_orient)