diff options
author | nyamatongwe <unknown> | 2006-06-06 01:01:59 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-06-06 01:01:59 +0000 |
commit | a94abb53e54f4e97b039da4edfc97fef15489a52 (patch) | |
tree | 0f99a96b64e7f498fb6f9bfee14d88752dfd693c /include/Scintilla.h | |
parent | a06455a982a5319a6af8976054481a3f71131b1d (diff) | |
download | scintilla-mirror-a94abb53e54f4e97b039da4edfc97fef15489a52.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 |