Searched refs:tkColorChooser (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Tools/pynche/ |
D | README | 77 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/ |
D | README | 77 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/ |
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 | 19 import tkinter.colorchooser as tkColorChooser namespace 1085 rgbTuplet, color_string = tkColorChooser.askcolor(
|
/external/python/cpython2/Lib/idlelib/ |
D | configDialog.py | 13 import tkMessageBox, tkColorChooser, tkFont 825 rgbTuplet, colourString = tkColorChooser.askcolor(
|
/external/python/six/documentation/ |
D | index.rst | 648 | ``tkinter_colorchooser`` | :mod:`py2:tkColorChooser` | :mod:`py3:tkinter.colorchoos…
|
/external/python/cpython2/Doc/library/ |
D | tkinter.rst | 121 :mod:`tkColorChooser`
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 4339 Convert Tk object to string in tkColorChooser.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 15785 - Issue #3767: Convert Tk object to string in tkColorChooser. 31385 - New standard dialog modules: tkColorChooser.py, tkCommonDialog.py,
|
/external/python/cpython2/Misc/ |
D | HISTORY | 14006 - New standard dialog modules: tkColorChooser.py, tkCommonDialog.py,
|