From c8f7d51460e5c9c19d40985c764d7dad6ff4ac72 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 19 Aug 2024 15:00:03 +0800 Subject: Add UIContextNotification::OnContextMenuCreated which is called after a context menu is created in linear/graph/hex/types/stack view --- ui/viewframe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/viewframe.h') diff --git a/ui/viewframe.h b/ui/viewframe.h index fab2314c..260939f0 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -256,6 +256,8 @@ class BINARYNINJAUIAPI View static void registerActions(); static void registerLateActions(); + + void notifyContextMenuCreated(); }; /*! -- cgit v1.3.1