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

Method add_cascade

Lib/tkinter/__init__.py:3587–3589  ·  view source on GitHub ↗

Add hierarchical menu item.

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

Source from the content-addressed store, hash-verified

3585 self._options(cnf, kw))
3586
3587 def add_cascade(self, cnf={}, **kw):
3588 """Add hierarchical menu item."""
3589 self.add('cascade', cnf or kw)
3590
3591 def add_checkbutton(self, cnf={}, **kw):
3592 """Add checkbutton menu item."""

Callers 3

overrideRootMenuFunction · 0.95
createmenubarMethod · 0.80
__init__Method · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected