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

Method OnViewChange

python/examples/hellopane.py:49–50  ·  view source on GitHub ↗
(self, context, frame, type)

Source from the content-addressed store, hash-verified

47 UIContext.unregisterNotification(self)
48
49 def OnViewChange(self, context, frame, type):
50 self.widget.updateState()
51
52 def OnAddressChange(self, context, frame, view, location):
53 self.widget.updateState()

Callers

nothing calls this directly

Calls 1

updateStateMethod · 0.80

Tested by

no test coverage detected