Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py45 if hasattr(self, 'default_orient'):
47 getattr(self, 'default_orient').title())
759 default_orient = 'horizontal' variable in ScaleTest
866 default_orient = 'horizontal' variable in ProgressbarTest
900 default_orient = 'vertical' variable in ScrollbarTest
1838 default_orient = 'horizontal' variable in SeparatorTest
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py1091 default_orient = 'vertical' variable in ScaleTest
1161 default_orient = 'vertical' variable in ScrollbarTest
1210 default_orient = 'horizontal' variable in PanedWindowTest
/third_party/python/Lib/tkinter/test/
H A Dwidget_tests.py355 self.assertEqual(str(widget['orient']), self.default_orient)

Completed in 7 milliseconds