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

Method add

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

Internal function.

(self, itemType, cnf={}, **kw)

Source from the content-addressed store, hash-verified

3373 self.tk.call(self._w, 'activate', index)
3374
3375 def add(self, itemType, cnf={}, **kw):
3376 """Internal function."""
3377 self.tk.call((self._w, 'add', itemType) +
3378 self._options(cnf, kw))
3379
3380 def add_cascade(self, cnf={}, **kw):
3381 """Add hierarchical menu item."""

Callers 5

add_cascadeMethod · 0.95
add_checkbuttonMethod · 0.95
add_commandMethod · 0.95
add_radiobuttonMethod · 0.95
add_separatorMethod · 0.95

Calls 2

callMethod · 0.80
_optionsMethod · 0.45

Tested by

no test coverage detected