Change the color scheme to light brown as used in Tk 3.6 and before.
(self)
| 728 | 'set', 'tk_strictMotif', boolean)) |
| 729 | |
| 730 | def tk_bisque(self): |
| 731 | """Change the color scheme to light brown as used in Tk 3.6 and before.""" |
| 732 | self.tk.call('tk_bisque') |
| 733 | |
| 734 | def tk_setPalette(self, *args, **kw): |
| 735 | """Set a new color scheme for all widget elements. |