1 // Scintilla source code edit control
3 ** Defines the style of indicators which are text decorations such as underlining.
5 // Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
6 // The License.txt file describes the conditions under which this software may be distributed.
23 Indicator() : style(INDIC_PLAIN
), under(false), fore(ColourDesired(0,0,0)), fillAlpha(30) {
25 void Draw(Surface
*surface
, const PRectangle
&rc
, const PRectangle
&rcLine
);