summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2021-06-02 11:27:24 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2021-07-28 19:31:25 -0400
commitc08ddcab02433cb5078b6cfea11bf972e47b3169 (patch)
tree02f05276ac497521a76e1591f3776e4f1cfe31d9 /binaryninjacore.h
parent8c0fa1737552e548909a435ddcc2b661a71b5da9 (diff)
Add sidebar and move some dock widgets to it
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 3f48736d..1037114d 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1654,7 +1654,15 @@ extern "C"
FeatureMapFunctionColor,
FeatureMapImportColor,
FeatureMapExternColor,
- FeatureMapLibraryColor
+ FeatureMapLibraryColor,
+
+ // Sidebar colors
+ SidebarBackgroundColor,
+ SidebarInactiveIconColor,
+ SidebarActiveIconColor,
+ SidebarHeaderBackgroundColor,
+ SidebarHeaderTextColor,
+ SidebarWidgetBackgroundColor
};
// The following edge styles map to QT's Qt::PenStyle enumeration