MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / focusOutEvent

Method focusOutEvent

python/examples/custom_tooltip.py:34–38  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

32 self.setFocus()
33
34 def focusOutEvent(self, event):
35 # This closes the fake tooltip when the user clicks into another UI element
36 print("Lost focus")
37 self.close()
38 super().focusOutEvent(event)
39
40def show_tooltip_popup(parent, pos):
41 tooltip_popup = TooltipPopup(parent)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected