From c08ddcab02433cb5078b6cfea11bf972e47b3169 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 2 Jun 2021 11:27:24 -0400 Subject: Add sidebar and move some dock widgets to it --- binaryninjacore.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'binaryninjacore.h') 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 -- cgit v1.3.1