Searched refs:checkColorParam (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/tkinter/test/ |
D | widget_tests.py | 121 def checkColorParam(self, widget, name, *, allow_empty=None, **kwargs): member in AbstractWidgetTest 247 self.checkColorParam(widget, 'activebackground') 256 self.checkColorParam(widget, 'activeforeground') 265 self.checkColorParam(widget, 'background') 267 self.checkColorParam(widget, 'bg') 300 self.checkColorParam(widget, 'disabledforeground') 315 self.checkColorParam(widget, 'foreground') 317 self.checkColorParam(widget, 'fg') 321 self.checkColorParam(widget, 'highlightbackground') 325 self.checkColorParam(widget, 'highlightcolor') [all …]
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 334 self.checkColorParam(widget, 'disabledbackground') 360 self.checkColorParam(widget, 'readonlybackground') 435 self.checkColorParam(widget, 'buttonbackground') 595 self.checkColorParam(widget, 'inactiveselectbackground') 1072 self.checkColorParam(widget, 'proxybackground')
|