Searched refs:tk_setPalette (Results 1 – 3 of 3) sorted by relevance
40 root.tk_setPalette('black')42 root.tk_setPalette('white')46 root.tk_setPalette, 'spam')48 root.tk_setPalette(background='black')50 root.tk_setPalette(background='blue', highlightColor='yellow')53 root.tk_setPalette(background='yellow', highlightColor='blue')58 root.tk_setPalette, background='spam')61 root.tk_setPalette, spam='white')64 root.tk_setPalette, highlightColor='blue')
693 def tk_setPalette(self, *args, **kw): member in Misc
5504 - Issue #16541: tk_setPalette() now works with keyword arguments.