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

Method element_create

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:435–439  ·  view source on GitHub ↗

Create a new element in the current theme of given etype.

(self, elementname, etype, *args, **kw)

Source from the content-addressed store, hash-verified

433
434
435 def element_create(self, elementname, etype, *args, **kw):
436 """Create a new element in the current theme of given etype."""
437 spec, opts = _format_elemcreate(etype, False, *args, **kw)
438 self.tk.call(self._name, "element", "create", elementname, etype,
439 spec, *opts)
440
441
442 def element_names(self):

Calls 2

_format_elemcreateFunction · 0.85
callMethod · 0.80