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

Method _ClickHandler

PySimpleGUI/PySimpleGUI.py:1409–1416  ·  view source on GitHub ↗

Internal callback for when a mouse was clicked... I think. :param event: Event data passed in by tkinter (not used) :type event:

(self, event)

Source from the content-addressed store, hash-verified

1407 self._generic_callback_handler('')
1408
1409 def _ClickHandler(self, event):
1410 """
1411 Internal callback for when a mouse was clicked... I think.
1412
1413 :param event: Event data passed in by tkinter (not used)
1414 :type event:
1415 """
1416 self._generic_callback_handler('')
1417
1418 def _this_elements_window_closed(self, quick_check=True):
1419 if self.ParentForm is not None:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected