aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-22 11:52:51 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-22 11:52:51 +1000
commitc8bb8d0fbba6d41ac0cb83a62ae805a466ce4f99 (patch)
treee8a112613c88add0aa5d3c5170db3630cdf8588c /doc/ScintillaDoc.html
parent2e2e70c7ee89b353ad0e6ef409cb9621729d72f8 (diff)
downloadscintilla-mirror-c8bb8d0fbba6d41ac0cb83a62ae805a466ce4f99.tar.gz
Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 98c8df2a1..1aa57ef70 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -4470,6 +4470,23 @@ struct Sci_TextToFind {
</tr>
<tr>
+ <td align="left"><code>INDIC_GRADIENT</code></td>
+
+ <td align="center">20</td>
+
+ <td>A vertical gradient between a colour and alpha at top to fully transparent at bottom.</td>
+ </tr>
+
+ <tr>
+ <td align="left"><code>INDIC_GRADIENTCENTRE</code></td>
+
+ <td align="center">21</td>
+
+ <td>A vertical gradient with the specified colour and alpha in the middle
+ fading to fully transparent at top and bottom.</td>
+ </tr>
+
+ <tr>
<td align="left"><code>INDIC_SQUIGGLEPIXMAP</code></td>
<td align="center">13</td>