]>
git.saurik.com Git - wxWidgets.git/blob - src/stc/scintilla/src/LineMarker.h
1 // Scintilla source code edit control
3 ** Defines the look of a line marker in the margin .
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.
19 markType
= SC_MARK_CIRCLE
;
21 back
= Colour(0xff,0xff,0xff);
23 void Draw(Surface
*surface
, PRectangle
&rc
, Font
&fontForCharacter
);