]>
git.saurik.com Git - wxWidgets.git/blob - src/stc/scintilla/src/Indicator.h
716db1051fe7abd142a5f2d30967eb7b704622e0
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.
17 Indicator() : style(INDIC_PLAIN
), fore(ColourDesired(0,0,0)) {
19 void Draw(Surface
*surface
, const PRectangle
&rc
, const PRectangle
&rcLine
);