MCPcopy Index your code
hub / github.com/csev/py4e / setFill

Method setFill

code/graphics/graphics.py:818–822  ·  view source on GitHub ↗
(self, color)

Source from the content-addressed store, hash-verified

816 _tkCall(self.text.set, text)
817
818 def setFill(self, color):
819 self.fill = color
820 if self.entry:
821 #self.entry.config(bg=color)
822 _tkExec(self.entry.config,bg=color)
823
824 def _setFontComponent(self, which, value):
825 font = list(self.font)

Callers 5

testFunction · 0.95
__init__Method · 0.45
__init__Method · 0.45
setTextColorMethod · 0.45
histogram.pyFile · 0.45

Calls 1

_tkExecFunction · 0.85

Tested by

no test coverage detected