MCPcopy Index your code
hub / github.com/python/cpython / tk_bisque

Method tk_bisque

Lib/tkinter/__init__.py:730–732  ·  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

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.

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected