Home
last modified time | relevance | path

Searched refs:tk_setPalette (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_misc.py41 root.tk_setPalette('black')
43 root.tk_setPalette('white')
47 root.tk_setPalette, 'spam')
49 root.tk_setPalette(background='black')
51 root.tk_setPalette(background='blue', highlightColor='yellow')
54 root.tk_setPalette(background='yellow', highlightColor='blue')
59 root.tk_setPalette, background='spam')
62 root.tk_setPalette, spam='white')
65 root.tk_setPalette, highlightColor='blue')
/third_party/python/Lib/tkinter/
H A D__init__.py715 def tk_setPalette(self, *args, **kw): member in Misc
726 self.tk.call(('tk_setPalette',)

Completed in 8 milliseconds