Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:_colorstr

1089     def _colorstr(self, color):
1184 color = self._colorstr(args)
2130 pcolor = self._colorstr(pcolor)
2131 fcolor = self._colorstr(fcolor)
2166 color = self._colorstr(args)
2202 color = self._colorstr(args)
2330 p["pencolor"] = self._colorstr((p["pencolor"],))
2346 p["fillcolor"] = self._colorstr((p["fillcolor"],))
2373 def _colorstr(self, args):
2599 def _colorstr(self, args):
2600 return self.screen._colorstr(args)
3232 color = self._colorstr(size)
3241 color = self._colorstr(color)