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

Method add_cascade

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

Add hierarchical menu item.

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

Source from the content-addressed store, hash-verified

3378 self._options(cnf, kw))
3379
3380 def add_cascade(self, cnf={}, **kw):
3381 """Add hierarchical menu item."""
3382 self.add('cascade', cnf or kw)
3383
3384 def add_checkbutton(self, cnf={}, **kw):
3385 """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