summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-08-19 15:00:03 +0800
committerXusheng <xusheng@vector35.com>2024-09-25 10:30:30 -0400
commitc8f7d51460e5c9c19d40985c764d7dad6ff4ac72 (patch)
tree395cc2067bb920e5b9ee58a342fb7b15dc402fe9 /ui/viewframe.h
parent1c9ed05fd356a1cc0aafa06963fcd9172a1cc208 (diff)
Add UIContextNotification::OnContextMenuCreated which is called after a context menu is created in linear/graph/hex/types/stack view
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h2
1 files changed, 2 insertions, 0 deletions
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();
};
/*!