aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorSébastien Granjoux <seb.sfo@free.fr>2011-09-23 23:16:12 +0200
committerSébastien Granjoux <seb.sfo@free.fr>2011-09-23 23:16:12 +0200
commit64ebd8eea5c3210e0013c529a7b56c49c4350986 (patch)
treeac2a064c703a906af44a653f47ccec56ca6c3dd0 /include/Scintilla.h
parent813050dedd80fbcce19a54e548b6283a92b9ade1 (diff)
downloadscintilla-mirror-64ebd8eea5c3210e0013c529a7b56c49c4350986.tar.gz
Allow to display calltip above or below the text
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 10f290822..1cccd7872 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -415,6 +415,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_CALLTIPSETFORE 2206
#define SCI_CALLTIPSETFOREHLT 2207
#define SCI_CALLTIPUSESTYLE 2212
+#define SCI_CALLTIPSETPOSITION 2213
#define SCI_VISIBLEFROMDOCLINE 2220
#define SCI_DOCLINEFROMVISIBLE 2221
#define SCI_WRAPCOUNT 2235