Home
last modified time | relevance | path

Searched refs:winfo_rgb (Results 1 – 7 of 7) 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.py61 r, g, b = widget.winfo_rgb(result)
D__init__.py1191 def winfo_rgb(self, color): member in Misc
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_misc.py211 rgb = root.winfo_rgb
/external/python/cpython3/Lib/
Dturtle.py571 rgb = self.cv.winfo_rgb(color)