Home
last modified time | relevance | path

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

/external/python/cpython3/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',
367 self.checkEnumParam(widget, 'state',
372 self.checkEnumParam(widget, 'validate',
540 self.checkEnumParam(widget, 'insertunfocussed',
583 self.checkEnumParam(widget, 'state', 'disabled', 'normal')
603 self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor')
620 self.checkEnumParam(widget, 'wrap', 'char', 'none', 'word')
685 self.checkEnumParam(widget, 'state', 'disabled', 'normal',
[all …]
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py125 self.checkEnumParam(widget, 'labelanchor',
180 self.checkEnumParam(widget, 'default', 'active', 'disabled', 'normal')
255 self.checkEnumParam(widget, 'direction',
363 self.checkEnumParam(widget, 'state',
368 self.checkEnumParam(widget, 'validate',
536 self.checkEnumParam(widget, 'insertunfocussed',
579 self.checkEnumParam(widget, 'state', 'disabled', 'normal')
599 self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor')
616 self.checkEnumParam(widget, 'wrap', 'char', 'none', 'word')
681 self.checkEnumParam(widget, 'state', 'disabled', 'normal',
[all …]
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py147 def checkEnumParam(self, widget, name, *values, errmsg=None, **kwargs): member in AbstractWidgetTest
266 self.checkEnumParam(widget, 'anchor',
297 self.checkEnumParam(widget, 'compound',
373 self.checkEnumParam(widget, 'justify', 'left', 'right', 'center',
383 self.checkEnumParam(widget, 'orient', 'horizontal', 'vertical')
425 self.checkEnumParam(widget, 'state', 'active', 'disabled', 'normal')
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py155 def checkEnumParam(self, widget, name, *values, **kwargs): member in AbstractWidgetTest
284 self.checkEnumParam(widget, 'anchor',
315 self.checkEnumParam(widget, 'compound',
391 self.checkEnumParam(widget, 'justify', 'left', 'right', 'center',
401 self.checkEnumParam(widget, 'orient', 'horizontal', 'vertical')
443 self.checkEnumParam(widget, 'state', 'active', 'disabled', 'normal')
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py145 self.checkEnumParam(widget, 'labelanchor',
174 self.checkEnumParam(widget, 'compound',
221 self.checkEnumParam(widget, 'default', 'normal', 'active', 'disabled')
313 self.checkEnumParam(widget, 'validate',
737 self.checkEnumParam(widget, 'direction',
877 self.checkEnumParam(widget, 'mode', 'determinate', 'indeterminate')
1155 self.checkEnumParam(widget, 'selectmode',
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py147 self.checkEnumParam(widget, 'labelanchor',
176 self.checkEnumParam(widget, 'compound',
223 self.checkEnumParam(widget, 'default', 'normal', 'active', 'disabled')
315 self.checkEnumParam(widget, 'validate',
738 self.checkEnumParam(widget, 'direction',
878 self.checkEnumParam(widget, 'mode', 'determinate', 'indeterminate')
1155 self.checkEnumParam(widget, 'selectmode',