From ab70e1041cb40c9d807a18ca7abb5c000adf2fdf Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 29 Mar 2021 08:25:51 +1100 Subject: Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements. Implement SC_ELEMENT_LIST* to change colours of autocompletion lists. --- src/Platform.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Platform.h') diff --git a/src/Platform.h b/src/Platform.h index 98e6440aa..ffe52446c 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -304,6 +304,10 @@ public: }; struct ListOptions { + std::optional fore; + std::optional back; + std::optional foreSelected; + std::optional backSelected; }; class ListBox : public Window { -- cgit v1.2.3