HomeSort by relevance Sort by last modified time
    Searched refs:checkEnumParam (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 155 def checkEnumParam(self, widget, name, *values, **kwargs):
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/
widget_tests.py 147 def checkEnumParam(self, widget, name, *values, errmsg=None, **kwargs):
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/test_tkinter/
test_widgets.py 126 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/
test_widgets.py 129 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',
548 self.checkEnumParam(widget, 'insertunfocussed',
591 self.checkEnumParam(widget, 'state', 'disabled', 'normal')
611 self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor')
628 self.checkEnumParam(widget, 'wrap', 'char', 'none', 'word')
693 self.checkEnumParam(widget, 'state', 'disabled', 'normal'
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 147 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')
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 145 self.checkEnumParam(widget, 'labelanchor',
174 self.checkEnumParam(widget, 'compound',
221 self.checkEnumParam(widget, 'default', 'normal', 'active', 'disabled')
313 self.checkEnumParam(widget, 'validate',
742 self.checkEnumParam(widget, 'direction',
882 self.checkEnumParam(widget, 'mode', 'determinate', 'indeterminate')
    [all...]

Completed in 586 milliseconds