Searched refs:askcolor (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_colorchooser.py | 6 from tkinter.colorchooser import askcolor 53 self.assertRaises(ZeroDivisionError, askcolor) 59 self.assertRaises(ZeroDivisionError, askcolor) 64 self.assertRaises(RuntimeError, askcolor)
|
/third_party/python/Lib/tkinter/ |
D | colorchooser.py | 68 def askcolor(color=None, **options): function 86 print("color", askcolor())
|
/third_party/python/Tools/pynche/ |
D | pyColorChooser.py | 80 def askcolor(color = None, **options): function 108 rgb, name = askcolor(master=self.__root)
|
D | README | 81 pyColorChooser.askcolor() 91 When "Okay" is hit, askcolor() returns the tuple 102 askcolor() supports the following optional keyword arguments: 132 askcolor() is used and cannot be changed on subsequent calls.
|
/third_party/python/Doc/library/ |
D | tkinter.colorchooser.rst | 19 .. function:: askcolor(color=None, **options)
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 522 orig_chooser = configdialog.colorchooser.askcolor 523 chooser = configdialog.colorchooser.askcolor = Func() 564 configdialog.colorchooser.askcolor = orig_chooser
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 874 rgbTuplet, color_string = colorchooser.askcolor(
|