diff options
| author | nyamatongwe <devnull@localhost> | 2007-04-23 02:26:06 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-04-23 02:26:06 +0000 |
| commit | 2db65e1ed57216801b5074d4fb7c422b4641c807 (patch) | |
| tree | 7799078040df57b7f5ce1072d768e476a7187041 /include/Scintilla.iface | |
| parent | 0018e913b44f1bd0c71659687f21e8414427d1fa (diff) | |
| download | scintilla-mirror-2db65e1ed57216801b5074d4fb7c422b4641c807.tar.gz | |
Added setting to allow each indicator to be drawn either under or
over text.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 0ccd578ea..85d45780e 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -554,6 +554,12 @@ set void IndicSetFore=2082(int indic, colour fore) # Retrieve the foreground colour of an indicator. get colour IndicGetFore=2083(int indic,) +# Set an indicator to draw under text or over(default). +set void IndicSetUnder=2510(int indic, bool under) + +# Retrieve whether indicator drawn under or over text. +get bool IndicGetUnder=2511(int indic,) + # Set the foreground colour of all whitespace and whether to use this setting. fun void SetWhitespaceFore=2084(bool useSetting, colour fore) |
