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