Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py129 self.checkEnumParam(widget, 'labelanchor',
184 self.checkEnumParam(widget, 'default', 'active', 'disabled', 'normal')
259 self.checkEnumParam(widget, 'direction',
370 self.checkEnumParam(widget, 'state',
375 self.checkEnumParam(widget, 'validate',
600 self.checkEnumParam(widget, 'insertunfocussed',
643 self.checkEnumParam(widget, 'state', 'disabled', 'normal')
663 self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor')
680 self.checkEnumParam(widget, 'wrap', 'char', 'none', 'word')
745 self.checkEnumParam(widget, 'state', 'disabled', 'normal',
[all …]
/third_party/python/Lib/tkinter/test/
Dwidget_tests.py143 def checkEnumParam(self, widget, name, *values, errmsg=None, **kwargs): member in AbstractWidgetTest
260 self.checkEnumParam(widget, 'anchor',
291 self.checkEnumParam(widget, 'compound',
365 self.checkEnumParam(widget, 'justify', 'left', 'right', 'center',
375 self.checkEnumParam(widget, 'orient', 'horizontal', 'vertical')
417 self.checkEnumParam(widget, 'state', 'active', 'disabled', 'normal')
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py142 self.checkEnumParam(widget, 'labelanchor',
176 self.checkEnumParam(widget, 'compound', *options, errmsg=errmsg)
221 self.checkEnumParam(widget, 'default', 'normal', 'active', 'disabled')
314 self.checkEnumParam(widget, 'validate',
728 self.checkEnumParam(widget, 'direction',
867 self.checkEnumParam(widget, 'mode', 'determinate', 'indeterminate')
1323 self.checkEnumParam(widget, 'selectmode',