Home
last modified time | relevance | path

Searched refs:colorname (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/pynche/
DTextViewer.py164 colorname = ColorDB.triplet_to_rrggbb((red, green, blue))
168 text.configure(foreground=colorname)
170 text.configure(background=colorname)
172 text.configure(selectforeground=colorname)
174 text.configure(selectbackground=colorname)
176 text.configure(insertbackground=colorname)
DChipViewer.py66 def set_name(self, colorname): argument
67 self.__namevar.set(colorname)