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

Method focusInEvent

python/examples/triage/byte.py:572–574  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

570 self.updateCaret()
571
572 def focusInEvent(self, event):
573 self.caretVisible = True
574 self.updateCaret()
575
576 def focusOutEvent(self, event):
577 self.caretVisible = False

Callers

nothing calls this directly

Calls 1

updateCaretMethod · 0.95

Tested by

no test coverage detected