Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py126 self.checkEnumParam(widget, 'labelanchor',
181 self.checkEnumParam(widget, 'default', 'active', 'disabled', 'normal')
256 self.checkEnumParam(widget, 'direction',
364 self.checkEnumParam(widget, 'state',
369 self.checkEnumParam(widget, 'validate',
537 self.checkEnumParam(widget, 'insertunfocussed',
580 self.checkEnumParam(widget, 'state', 'disabled', 'normal')
600 self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor')
617 self.checkEnumParam(widget, 'wrap', 'char', 'none', 'word')
682 self.checkEnumParam(widget, 'state', 'disabled', 'normal',
[all …]
/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',
371 self.checkEnumParam(widget, 'state',
376 self.checkEnumParam(widget, 'validate',
601 self.checkEnumParam(widget, 'insertunfocussed',
644 self.checkEnumParam(widget, 'state', 'disabled', 'normal')
664 self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor')
681 self.checkEnumParam(widget, 'wrap', 'char', 'none', 'word')
746 self.checkEnumParam(widget, 'state', 'disabled', 'normal',
[all …]
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py144 def checkEnumParam(self, widget, name, *values, errmsg=None, **kwargs): member in AbstractWidgetTest
261 self.checkEnumParam(widget, 'anchor',
292 self.checkEnumParam(widget, 'compound',
368 self.checkEnumParam(widget, 'justify', 'left', 'right', 'center',
378 self.checkEnumParam(widget, 'orient', 'horizontal', 'vertical')
420 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/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',
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py144 self.checkEnumParam(widget, 'labelanchor',
173 self.checkEnumParam(widget, 'compound',
220 self.checkEnumParam(widget, 'default', 'normal', 'active', 'disabled')
312 self.checkEnumParam(widget, 'validate',
739 self.checkEnumParam(widget, 'direction',
879 self.checkEnumParam(widget, 'mode', 'determinate', 'indeterminate')
1332 self.checkEnumParam(widget, 'selectmode',