diff options
author | nyamatongwe <unknown> | 2003-03-10 09:21:52 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-03-10 09:21:52 +0000 |
commit | 2cab17e2b4ae79692537121d4d2cb46b4e420f85 (patch) | |
tree | 5bdd6e2dbf1718955afeec1e6b824b1b2e6e8424 /include/Scintilla.h | |
parent | d17d3db76e2f7e9f295a339b7626af4096f22ddb (diff) | |
download | scintilla-mirror-2cab17e2b4ae79692537121d4d2cb46b4e420f85.tar.gz |
Allow modification of text and highlight colours for calltips.
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 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 |