aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-05-04 11:20:13 +1000
committernyamatongwe <devnull@localhost>2011-05-04 11:20:13 +1000
commitc13ce7ecfa8722a3504f0bb4e4aa348418f9e0b4 (patch)
tree79f3a8a24af6a8c474b39c30780d09d2471e891e /doc/ScintillaDoc.html
parent09889388ba216a36f962789b570e10c076658c6a (diff)
downloadscintilla-mirror-c13ce7ecfa8722a3504f0bb4e4aa348418f9e0b4.tar.gz
INDIC_STRAIGHTBOX added to indicators. Bug #3290435.
From Marko Njezic.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index a981711b2..6511269a5 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -79,7 +79,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 27/April/2011 NH</p>
+ <p>Last edited 3/May/2011 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -3652,8 +3652,19 @@ struct Sci_TextToFind {
interior usually more transparent than the border. You can use
<a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA</a> and
<a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a>
- to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour.
- </td>
+ to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour.</td>
+ </tr>
+
+ <tr>
+ <td align="left"><code>INDIC_STRAIGHTBOX</code></td>
+
+ <td align="center">8</td>
+
+ <td>A rectangle around the text using translucent drawing with the
+ interior usually more transparent than the border. You can use
+ <a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA</a> and
+ <a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a>
+ to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour.</td>
</tr>
</tbody>
</table>
@@ -3674,14 +3685,14 @@ struct Sci_TextToFind {
<p><b id="SCI_INDICSETALPHA">SCI_INDICSETALPHA(int indicatorNumber, int alpha)</b><br />
<b id="SCI_INDICGETALPHA">SCI_INDICGETALPHA(int indicatorNumber)</b><br />
These two messages set and get the alpha transparency used for drawing the
- fill colour of the INDIC_ROUNDBOX rectangle. The alpha value can range from
+ fill colour of the INDIC_ROUNDBOX and INDIC_STRAIGHTBOX rectangle. The alpha value can range from
0 (completely transparent) to 255 (no transparency).
</p>
<p><b id="SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA(int indicatorNumber, int alpha)</b><br />
<b id="SCI_INDICGETOUTLINEALPHA">SCI_INDICGETOUTLINEALPHA(int indicatorNumber)</b><br />
These two messages set and get the alpha transparency used for drawing the
- outline colour of the INDIC_ROUNDBOX rectangle. The alpha value can range from
+ outline colour of the INDIC_ROUNDBOX and INDIC_STRAIGHTBOX rectangle. The alpha value can range from
0 (completely transparent) to 255 (no transparency).
</p>