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

Method add_checkbutton

Lib/tkinter/__init__.py:3591–3593  ·  view source on GitHub ↗

Add checkbutton menu item.

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

Source from the content-addressed store, hash-verified

3589 self.add('cascade', cnf or kw)
3590
3591 def add_checkbutton(self, cnf={}, **kw):
3592 """Add checkbutton menu item."""
3593 self.add('checkbutton', cnf or kw)
3594
3595 def add_command(self, cnf={}, **kw):
3596 """Add command menu item."""

Callers 2

fill_menusMethod · 0.80

Calls 1

addMethod · 0.95

Tested by 1