diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-09-03 18:25:32 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-09-03 18:25:32 +1000 |
| commit | 44ddca1860d99179c79906960bade604bb777cce (patch) | |
| tree | 10193d3f0123d3594318290e0f121b561c69e1b1 /include/Scintilla.iface | |
| parent | cda5253c4b643f74ed2cfd5b9d222931ea75890b (diff) | |
| download | scintilla-mirror-44ddca1860d99179c79906960bade604bb777cce.tar.gz | |
Added GetStyleFromSubStyle.
Tests for this and other sub styles methods.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
1 files changed, 3 insertions, 0 deletions
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(,) |
