Searched refs:tk_setPalette (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_misc.py | 39 root.tk_setPalette('black') 41 root.tk_setPalette('white') 45 root.tk_setPalette, 'spam') 47 root.tk_setPalette(background='black') 49 root.tk_setPalette(background='blue', highlightColor='yellow') 52 root.tk_setPalette(background='yellow', highlightColor='blue') 57 root.tk_setPalette, background='spam') 60 root.tk_setPalette, spam='white') 63 root.tk_setPalette, highlightColor='blue')
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 472 def tk_setPalette(self, *args, **kw): member in Misc
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 659 def tk_setPalette(self, *args, **kw): member in Misc
|
/external/python/cpython3/Misc/ |
D | HISTORY | 5504 - Issue #16541: tk_setPalette() now works with keyword arguments.
|