aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-02-14 10:59:38 +0000
committernyamatongwe <unknown>2009-02-14 10:59:38 +0000
commitc7c7469093e1d6fcdf99b7caa6dad627538dccc6 (patch)
tree2b2d33d2c699bd0d35185e67803738c7ec377c0b /include/Scintilla.iface
parentff39a24cc99d687d1e1a3abafcad11175a2bba56 (diff)
downloadscintilla-mirror-c7c7469093e1d6fcdf99b7caa6dad627538dccc6.tar.gz
Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Todd
Whiteman of ActiveState.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 73783f6ba..21e3d719e 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1810,6 +1810,12 @@ set void SetKeysUnicode=2521(bool keysUnicode,)
# Are keys always interpreted as Unicode?
get bool GetKeysUnicode=2522(,)
+# Set the alpha fill colour of the given indicator.
+set void IndicSetAlpha=2523(int indicator, int alpha)
+
+# Get the alpha fill colour of the given indicator.
+get int IndicGetAlpha=2524(int indicator,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)