Internal callback function for when an entry is selected in a Combobox. :param event: Event data from tkinter (not used) :type event:
(self, event)
| 1340 | self._generic_callback_handler('') |
| 1341 | |
| 1342 | def _ComboboxSelectHandler(self, event): |
| 1343 | """ |
| 1344 | Internal callback function for when an entry is selected in a Combobox. |
| 1345 | :param event: Event data from tkinter (not used) |
| 1346 | :type event: |
| 1347 | |
| 1348 | """ |
| 1349 | self._generic_callback_handler('') |
| 1350 | |
| 1351 | |
| 1352 |
nothing calls this directly
no test coverage detected