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

Method _CheckboxHandler

PySimpleGUI/PySimpleGUI.py:1381–1385  ·  view source on GitHub ↗

Internal callback for when a checkbnox is selected and enable events was set for checkbox

(self)

Source from the content-addressed store, hash-verified

1379 self._generic_callback_handler('')
1380
1381 def _CheckboxHandler(self):
1382 """
1383 Internal callback for when a checkbnox is selected and enable events was set for checkbox
1384 """
1385 self._generic_callback_handler('')
1386
1387 def _TabGroupSelectHandler(self, event):
1388 """

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected