From cab458af3085b92f755830f9a3443d6b952b5328 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Mar 2003 09:21:52 +0000 Subject: Allow modification of text and highlight colours for calltips. --- 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 a04dc6c50..6a22e32b3 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -341,6 +341,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_CALLTIPPOSSTART 2203 #define SCI_CALLTIPSETHLT 2204 #define SCI_CALLTIPSETBACK 2205 +#define SCI_CALLTIPSETFORE 2206 +#define SCI_CALLTIPSETFOREHLT 2207 #define SCI_VISIBLEFROMDOCLINE 2220 #define SCI_DOCLINEFROMVISIBLE 2221 #define SC_FOLDLEVELBASE 0x400 -- cgit v1.2.3