aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-09-05 16:37:34 +1000
committerNeil <nyamatongwe@gmail.com>2013-09-05 16:37:34 +1000
commit80781c95bbdaa770cce026c6e0461c803ead84bb (patch)
tree0209a2b3a5bf2f1116c89f4b62c7ce659606b09d /include/Scintilla.iface
parenteee3ce336ae78e9bf3d75f2c84aba97a7c623ea4 (diff)
downloadscintilla-mirror-80781c95bbdaa770cce026c6e0461c803ead84bb.tar.gz
Added SCI_GETPRIMARYSTYLEFROMSTYLE.
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 b5ba48f65..b3e34ac3b 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -4406,6 +4406,9 @@ get int GetSubStylesLength=4022(int styleBase,)
# For a sub style, return the base style, else return the argument.
get int GetStyleFromSubStyle=4027(int subStyle,)
+# For a secondary style, return the primary style, else return the argument.
+get int GetPrimaryStyleFromStyle=4028(int style,)
+
# Free allocated sub styles
fun void FreeSubStyles=4023(,)