diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 17 |
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> |