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

  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 133 def checkColorParam(self, widget, name, allow_empty=None, **kwargs):
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/cpython3/Lib/tkinter/test/
widget_tests.py 125 def checkColorParam(self, widget, name, *, allow_empty=None, **kwargs):
253 self.checkColorParam(widget, 'activebackground')
262 self.checkColorParam(widget, 'activeforeground')
271 self.checkColorParam(widget, 'background')
273 self.checkColorParam(widget, 'bg')
306 self.checkColorParam(widget, 'disabledforeground')
321 self.checkColorParam(widget, 'foreground')
323 self.checkColorParam(widget, 'fg')
327 self.checkColorParam(widget, 'highlightbackground')
331 self.checkColorParam(widget, 'highlightcolor'
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 328 self.checkColorParam(widget, 'disabledbackground')
354 self.checkColorParam(widget, 'readonlybackground')
404 self.checkColorParam(widget, 'buttonbackground')
532 self.checkColorParam(widget, 'inactiveselectbackground')
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 331 self.checkColorParam(widget, 'disabledbackground')
357 self.checkColorParam(widget, 'readonlybackground')
407 self.checkColorParam(widget, 'buttonbackground')
543 self.checkColorParam(widget, 'inactiveselectbackground')
    [all...]

Completed in 1127 milliseconds