Home
last modified time | relevance | path

Searched refs:askcolor (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DtkColorChooser.py58 def askcolor(color = None, **options): function
72 print "color", askcolor()
/external/python/cpython3/Lib/tkinter/
Dcolorchooser.py58 def askcolor(color = None, **options): function
72 print("color", askcolor())
/external/python/cpython3/Tools/pynche/
DpyColorChooser.py80 def askcolor(color = None, **options): function
108 rgb, name = askcolor(master=self.__root)
DREADME81 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/
DpyColorChooser.py80 def askcolor(color = None, **options): function
108 rgb, name = askcolor(master=self.__root)
DREADME81 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/
Dtest_configdialog.py447 orig_chooser = configdialog.tkColorChooser.askcolor
448 chooser = configdialog.tkColorChooser.askcolor = Func()
489 configdialog.tkColorChooser.askcolor = orig_chooser
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py1085 rgbTuplet, color_string = tkColorChooser.askcolor(
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py825 rgbTuplet, colourString = tkColorChooser.askcolor(