diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-14 19:08:34 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-14 19:08:34 +1100 |
commit | 9ea7245b440aa3de91ff532ce102ea9fa7e34d6c (patch) | |
tree | c28dbc6f2d760773f6c3a849154ef80f22ffe707 /include/Scintilla.h | |
parent | 8c585027b90cf0281273fb4693afb097a956c53a (diff) | |
download | scintilla-mirror-9ea7245b440aa3de91ff532ce102ea9fa7e34d6c.tar.gz |
CallTipSetPosStart API added.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 39171bad4..dda068d75 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -417,6 +417,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_CALLTIPCANCEL 2201 #define SCI_CALLTIPACTIVE 2202 #define SCI_CALLTIPPOSSTART 2203 +#define SCI_CALLTIPSETPOSSTART 2214 #define SCI_CALLTIPSETHLT 2204 #define SCI_CALLTIPSETBACK 2205 #define SCI_CALLTIPSETFORE 2206 |