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

Method add_radiobutton

Lib/tkinter/__init__.py:3599–3601  ·  view source on GitHub ↗

Add radio menu item.

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

Source from the content-addressed store, hash-verified

3597 self.add('command', cnf or kw)
3598
3599 def add_radiobutton(self, cnf={}, **kw):
3600 """Add radio menu item."""
3601 self.add('radiobutton', cnf or kw)
3602
3603 def add_separator(self, cnf={}, **kw):
3604 """Add separator."""

Callers 1

set_menuMethod · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected