Searched refs:checkColorParam (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 122 def checkColorParam(self, widget, name, *, allow_empty=None, **kwargs): member in AbstractWidgetTest 248 self.checkColorParam(widget, 'activebackground') 257 self.checkColorParam(widget, 'activeforeground') 266 self.checkColorParam(widget, 'background') 268 self.checkColorParam(widget, 'bg') 301 self.checkColorParam(widget, 'disabledforeground') 316 self.checkColorParam(widget, 'foreground') 318 self.checkColorParam(widget, 'fg') 322 self.checkColorParam(widget, 'highlightbackground') 326 self.checkColorParam(widget, 'highlightcolor') [all …]
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 133 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/ |
D | test_widgets.py | 328 self.checkColorParam(widget, 'disabledbackground') 354 self.checkColorParam(widget, 'readonlybackground') 404 self.checkColorParam(widget, 'buttonbackground') 532 self.checkColorParam(widget, 'inactiveselectbackground') 984 self.checkColorParam(widget, 'proxybackground')
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 335 self.checkColorParam(widget, 'disabledbackground') 361 self.checkColorParam(widget, 'readonlybackground') 436 self.checkColorParam(widget, 'buttonbackground') 596 self.checkColorParam(widget, 'inactiveselectbackground') 1073 self.checkColorParam(widget, 'proxybackground')
|