Home
last modified time | relevance | path

Searched refs:winfo_rgb (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DtkColorChooser.py51 r, g, b = widget.winfo_rgb(result)
Dturtle.py596 rgb = self.cv.winfo_rgb(color)
DTkinter.py900 def winfo_rgb(self, color): member in Misc
/external/python/cpython3/Lib/tkinter/
Dcolorchooser.py51 r, g, b = widget.winfo_rgb(result)
D__init__.py1050 def winfo_rgb(self, color): member in Misc
/external/python/cpython3/Lib/
Dturtle.py572 rgb = self.cv.winfo_rgb(color)