]>
git.saurik.com Git - wxWidgets.git/blob - src/stc/scintilla/src/LineMarker.h
7897aa7759355665b7f2992d6d34f964064e274b
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
;
20 fore
= ColourDesired(0,0,0);
21 back
= ColourDesired(0xff,0xff,0xff);
23 void Draw(Surface
*surface
, PRectangle
&rc
, Font
&fontForCharacter
);