Searched refs:tk_setPalette (Results 1 - 3 of 3) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
H A D | test_misc.py | 25 root.tk_setPalette('black') 27 root.tk_setPalette('white') 31 root.tk_setPalette, 'spam') 33 root.tk_setPalette(background='black') 35 root.tk_setPalette(background='blue', highlightColor='yellow') 38 root.tk_setPalette(background='yellow', highlightColor='blue') 43 root.tk_setPalette, background='spam') 46 root.tk_setPalette, spam='white') 49 root.tk_setPalette, highlightColor='blue')
|
/external/python/cpython2/Lib/lib-tk/ |
H A D | Tkinter.py | 469 def tk_setPalette(self, *args, **kw): member in class:Misc 480 self.tk.call(('tk_setPalette',)
|
/external/python/cpython3/Lib/tkinter/ |
H A D | __init__.py | 613 def tk_setPalette(self, *args, **kw): member in class:Misc 624 self.tk.call(('tk_setPalette',)
|
Completed in 74 milliseconds