MCPcopy Index your code
hub / github.com/RustPython/RustPython / add_radiobutton

Method add_radiobutton

Lib/tkinter/__init__.py:3521–3523  ·  view source on GitHub ↗

Add radio menu item.

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

Source from the content-addressed store, hash-verified

3519 self.add('command', cnf or kw)
3520
3521 def add_radiobutton(self, cnf={}, **kw):
3522 """Add radio menu item."""
3523 self.add('radiobutton', cnf or kw)
3524
3525 def add_separator(self, cnf={}, **kw):
3526 """Add separator."""

Callers 1

set_menuMethod · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected