Home
last modified time | relevance | path

Searched refs:checkColorParam (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py133 def checkColorParam(self, widget, name, allow_empty=None, **kwargs): member in AbstractWidgetTest
271 self.checkColorParam(widget, 'activebackground')
280 self.checkColorParam(widget, 'activeforeground')
289 self.checkColorParam(widget, 'background')
291 self.checkColorParam(widget, 'bg')
324 self.checkColorParam(widget, 'disabledforeground')
339 self.checkColorParam(widget, 'foreground')
341 self.checkColorParam(widget, 'fg')
345 self.checkColorParam(widget, 'highlightbackground')
349 self.checkColorParam(widget, 'highlightcolor')
[all …]
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py327 self.checkColorParam(widget, 'disabledbackground')
353 self.checkColorParam(widget, 'readonlybackground')
403 self.checkColorParam(widget, 'buttonbackground')
531 self.checkColorParam(widget, 'inactiveselectbackground')