From 77e3727bdd5c981c338fd1c0bc073393aa2f5068 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 3 Sep 2013 18:25:32 +1000 Subject: Added GetStyleFromSubStyle. Tests for this and other sub styles methods. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a2170501f..b5ba48f65 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -4403,6 +4403,9 @@ get int GetSubStylesStart=4021(int styleBase,) # The number of sub styles associated with a base style get int GetSubStylesLength=4022(int styleBase,) +# For a sub style, return the base style, else return the argument. +get int GetStyleFromSubStyle=4027(int subStyle,) + # Free allocated sub styles fun void FreeSubStyles=4023(,) -- cgit v1.2.3