aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-02-10 10:47:27 +0000
committernyamatongwe <devnull@localhost>2003-02-10 10:47:27 +0000
commit0007f1ede3d66204e094bc9bb9c7fa3acaaab72e (patch)
tree4bbed82689b500ffdc7798b1069f21c8e0421962 /include/Scintilla.h
parent2fb461f38ccc02f133c41d0badab23c32cfb8f54 (diff)
downloadscintilla-mirror-0007f1ede3d66204e094bc9bb9c7fa3acaaab72e.tar.gz
Control of colours of fold margin.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index da5c9d86f..bf506f1d5 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -402,6 +402,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_TARGETFROMSELECTION 2287
#define SCI_LINESJOIN 2288
#define SCI_LINESSPLIT 2289
+#define SCI_SETFOLDMARGINCOLOUR 2290
+#define SCI_SETFOLDMARGINHICOLOUR 2291
#define SCI_LINEDOWN 2300
#define SCI_LINEDOWNEXTEND 2301
#define SCI_LINEUP 2302