MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / _RadioHandler

Method _RadioHandler

PySimpleGUI/PySimpleGUI.py:1375–1379  ·  view source on GitHub ↗

Internal callback for when a radio button is selected and enable events was set for radio

(self)

Source from the content-addressed store, hash-verified

1373 self._generic_callback_handler('')
1374
1375 def _RadioHandler(self):
1376 """
1377 Internal callback for when a radio button is selected and enable events was set for radio
1378 """
1379 self._generic_callback_handler('')
1380
1381 def _CheckboxHandler(self):
1382 """

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected