Internal callback for when a Tab is selected and enable events was set for TabGroup :param event: Event data passed in by tkinter (not used) :type event:
(self, event)
| 1385 | self._generic_callback_handler('') |
| 1386 | |
| 1387 | def _TabGroupSelectHandler(self, event): |
| 1388 | """ |
| 1389 | Internal callback for when a Tab is selected and enable events was set for TabGroup |
| 1390 | |
| 1391 | :param event: Event data passed in by tkinter (not used) |
| 1392 | :type event: |
| 1393 | """ |
| 1394 | self._generic_callback_handler('') |
| 1395 | |
| 1396 | def _KeyboardHandler(self, event): |
| 1397 | """ |
nothing calls this directly
no test coverage detected