MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / configure

Method configure

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1714–1721  ·  view source on GitHub ↗

Configure resources of a widget. The values for resources are specified as keyword arguments. To get an overview about the allowed keyword arguments call the method keys.

(self, cnf=None, **kw)

Source from the content-addressed store, hash-verified

1712 # These used to be defined in Widget:
1713
1714 def configure(self, cnf=None, **kw):
1715 """Configure resources of a widget.
1716
1717 The values for resources are specified as keyword
1718 arguments. To get an overview about
1719 the allowed keyword arguments call the method keys.
1720 """
1721 return self._configure('configure', cnf, kw)
1722
1723 config = configure
1724

Callers 3

__setitem__Method · 0.95
__init__Method · 0.45
_testFunction · 0.45

Calls 1

_configureMethod · 0.95

Tested by

no test coverage detected