Home
last modified time | relevance | path

Searched refs:tkColorChooser (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Tools/pynche/
DREADME77 implemented by the Tkinter standard tkColorChooser module, with a
99 is different than tkColorChooser, which doesn't know anything
129 tkColorChooser.
/external/python/cpython2/Tools/pynche/
DREADME77 implemented by the Tkinter standard tkColorChooser module, with a
99 is different than tkColorChooser, which doesn't know anything
129 tkColorChooser.
/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/cpython2/Lib/idlelib/
DconfigDialog.py13 import tkMessageBox, tkColorChooser, tkFont
825 rgbTuplet, colourString = tkColorChooser.askcolor(
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py19 import tkinter.colorchooser as tkColorChooser namespace
1085 rgbTuplet, color_string = tkColorChooser.askcolor(
/external/python/six/documentation/
Dindex.rst648 | ``tkinter_colorchooser`` | :mod:`py2:tkColorChooser` | :mod:`py3:tkinter.colorchoos…
/external/python/cpython2/Doc/library/
Dtkinter.rst121 :mod:`tkColorChooser`
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst4339 Convert Tk object to string in tkColorChooser.
/external/python/cpython3/Misc/
DHISTORY15785 - Issue #3767: Convert Tk object to string in tkColorChooser.
31385 - New standard dialog modules: tkColorChooser.py, tkCommonDialog.py,
/external/python/cpython2/Misc/
DHISTORY14006 - New standard dialog modules: tkColorChooser.py, tkCommonDialog.py,