Searched refs:default_orient (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/tkinter/test/test_ttk/ | ||
H A D | test_widgets.py | 45 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 D | test_widgets.py | 1091 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 D | widget_tests.py | 355 self.assertEqual(str(widget['orient']), self.default_orient) |
Completed in 6 milliseconds