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

Method add

Lib/tkinter/__init__.py:3582–3585  ·  view source on GitHub ↗

Internal function.

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

Source from the content-addressed store, hash-verified

3580 self.tk.call(self._w, 'activate', index)
3581
3582 def add(self, itemType, cnf={}, **kw):
3583 """Internal function."""
3584 self.tk.call((self._w, 'add', itemType) +
3585 self._options(cnf, kw))
3586
3587 def add_cascade(self, cnf={}, **kw):
3588 """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.45
_optionsMethod · 0.45

Tested by

no test coverage detected