aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-11 10:06:28 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-11 10:06:28 +1000
commit002f1a013736a89223dc1ede2724f8492e12ce1f (patch)
tree26232075fd5f586fae60fc75f8f97dd811855115 /include/Scintilla.iface
parent59052f9ae48d6e24a270303d9f2af4097ca62086 (diff)
downloadscintilla-mirror-002f1a013736a89223dc1ede2724f8492e12ce1f.tar.gz
Implement SCI_GETELEMENTBASECOLOUR to return the default values for element
colours.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index ac5a72346..a51c0d611 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -705,6 +705,9 @@ get bool GetElementIsSet=2756(Element element,)
# Get whether an element supports translucency.
get bool GetElementAllowsTranslucent=2757(Element element,)
+# Get the colour of an element.
+get colouralpha GetElementBaseColour=2758(Element element,)
+
# Set the foreground colour of the main and additional selections and whether to use this setting.
fun void SetSelFore=2067(bool useSetting, colour fore)