Change the color scheme to light brown as used in Tk 3.6 and before.
(self)
| 710 | 'set', 'tk_strictMotif', boolean)) |
| 711 | |
| 712 | def tk_bisque(self): |
| 713 | """Change the color scheme to light brown as used in Tk 3.6 and before.""" |
| 714 | self.tk.call('tk_bisque') |
| 715 | |
| 716 | def tk_setPalette(self, *args, **kw): |
| 717 | """Set a new color scheme for all widget elements. |