From a94abb53e54f4e97b039da4edfc97fef15489a52 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 6 Jun 2006 01:01:59 +0000 Subject: Patch from RFE 1501054 by Greg Smith adds margin styles that fill with the foreground of background of the default style. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 5d2adb218..426c8d4e6 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -141,6 +141,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_MARKERSETALPHA 2476 #define SC_MARGIN_SYMBOL 0 #define SC_MARGIN_NUMBER 1 +#define SC_MARGIN_BACK 2 +#define SC_MARGIN_FORE 3 #define SCI_SETMARGINTYPEN 2240 #define SCI_GETMARGINTYPEN 2241 #define SCI_SETMARGINWIDTHN 2242 -- cgit v1.2.3