]>
git.saurik.com Git - wxWidgets.git/blob - contrib/src/stc/scintilla/src/LineMarker.h
f22241bb193dc0ade12242e718714eaf0116d920
1 // Scintilla source code edit control
2 // LineMarker.h - defines the look of a line marker in the margin
3 // Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org>
4 // The License.txt file describes the conditions under which this software may be distributed.
15 markType
= SC_MARK_CIRCLE
;
17 back
= Colour(0xff,0xff,0xff);
19 void Draw(Surface
*surface
, PRectangle
&rc
);