diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-06-02 11:27:24 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-07-28 19:31:25 -0400 |
| commit | c08ddcab02433cb5078b6cfea11bf972e47b3169 (patch) | |
| tree | 02f05276ac497521a76e1591f3776e4f1cfe31d9 /binaryninjacore.h | |
| parent | 8c0fa1737552e548909a435ddcc2b661a71b5da9 (diff) | |
Add sidebar and move some dock widgets to it
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 10 |
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 |
