From 0007f1ede3d66204e094bc9bb9c7fa3acaaab72e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Feb 2003 10:47:27 +0000 Subject: Control of colours of fold margin. --- include/Scintilla.h | 2 ++ include/Scintilla.iface | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'include') 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 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 29b790ecc..caca12dcd 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1046,6 +1046,10 @@ fun void LinesJoin=2288(,) # where possible. fun void LinesSplit=2289(int pixelWidth,) +# Set the colours used as a chequerboard pattern in the fold margin +fun void SetFoldMarginColour=2290(bool useSetting, colour back) +fun void SetFoldMarginHiColour=2291(bool useSetting, colour fore) + ## New messages go here ## Start of key messages -- cgit v1.2.3