Internal callback for when a radio button is selected and enable events was set for radio
(self)
| 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 | """ |
nothing calls this directly
no test coverage detected