summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2021-11-18 13:52:25 -0500
committerRusty Wagner <rusty.wagner@gmail.com>2022-01-10 15:25:18 -0700
commit7f6e54fdc8ff4a06fdcd3c510a37add337f04bac (patch)
tree60cce5955fcc05fc84f35f9662d49c7e0790dde1 /binaryninjacore.h
parentd9661f34eec6855d495a10eaafc2a8e2679756a7 (diff)
Refactor main area to use pane system
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 4b379263..1943d8a2 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1672,7 +1672,11 @@ extern "C"
SidebarActiveIconColor,
SidebarHeaderBackgroundColor,
SidebarHeaderTextColor,
- SidebarWidgetBackgroundColor
+ SidebarWidgetBackgroundColor,
+
+ // Pane colors
+ ActivePaneBackgroundColor,
+ InactivePaneBackgroundColor
};
// The following edge styles map to Qt's Qt::PenStyle enumeration