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

Method _TabGroupSelectHandler

PySimpleGUI/PySimpleGUI.py:1387–1394  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 """

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected