Searched refs:askcolor (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | tkColorChooser.py | 58 def askcolor(color = None, **options): function 72 print "color", askcolor()
|
/external/python/cpython3/Lib/tkinter/ |
D | colorchooser.py | 58 def askcolor(color = None, **options): function 72 print("color", askcolor())
|
/external/python/cpython3/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.
|
/external/python/cpython2/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.
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 447 orig_chooser = configdialog.tkColorChooser.askcolor 448 chooser = configdialog.tkColorChooser.askcolor = Func() 489 configdialog.tkColorChooser.askcolor = orig_chooser
|
/external/python/cpython3/Lib/idlelib/ |
D | configdialog.py | 1085 rgbTuplet, color_string = tkColorChooser.askcolor(
|
/external/python/cpython2/Lib/idlelib/ |
D | configDialog.py | 825 rgbTuplet, colourString = tkColorChooser.askcolor(
|