From 91a0a5c9be59308be001bbc89c0aead0f3602494 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 14 May 2021 13:33:11 +1000 Subject: Add SCI_MARKERSETLAYER to define layer on which to draw content area markers. This replaces the use of SC_ALPHA_NOALPHA for markers. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6985807e1..8fdea24bc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -592,6 +592,10 @@ SCI_SETCARETLINEBACKALPHA now discouraged.
  • + Add SCI_MARKERSETLAYER to define layer on which to draw conetent area markers. + This replaces the use of SC_ALPHA_NOALPHA for markers. +
  • +
  • Add SCI_GETELEMENTBASECOLOUR to return the default values for element colours.
  • -- cgit v1.2.3