diff options
author | nyamatongwe <devnull@localhost> | 2006-06-06 01:01:59 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-06-06 01:01:59 +0000 |
commit | 315c76d391f785ab4a01799207d20611c68de77a (patch) | |
tree | 0f99a96b64e7f498fb6f9bfee14d88752dfd693c /include/Scintilla.h | |
parent | 0f2ad8c2406c8c05543ee7771a5a5cd31de3811e (diff) | |
download | scintilla-mirror-315c76d391f785ab4a01799207d20611c68de77a.tar.gz |
Patch from RFE 1501054 by Greg Smith adds margin styles that fill with the
foreground of background of the default style.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |