MCPcopy Index your code
hub / github.com/RustPython/RustPython / tk_bisque

Method tk_bisque

Lib/tkinter/__init__.py:712–714  ·  view source on GitHub ↗

Change the color scheme to light brown as used in Tk 3.6 and before.

(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected