aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-09-08 08:33:39 +0000
committernyamatongwe <unknown>2000-09-08 08:33:39 +0000
commitfd632fe35aebc4a854457babe9123315bef7bad3 (patch)
tree02d5d1981170e1bfb30f1634d0fd8f8f2a12a060 /include/Scintilla.h
parent2836d9affd413c7141049ec24586251bd15f7969 (diff)
downloadscintilla-mirror-fd632fe35aebc4a854457babe9123315bef7bad3.tar.gz
Implemented settable caret width.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index ca81d135b..07fa3d925 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -260,6 +260,8 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara
#define SCI_GETDIRECTPOINTER 2185
#define SCI_SETOVERTYPE 2186
#define SCI_GETOVERTYPE 2187
+#define SCI_SETCARETWIDTH 2188
+#define SCI_GETCARETWIDTH 2189
#define SCI_CALLTIPSHOW 2200
#define SCI_CALLTIPCANCEL 2201
#define SCI_CALLTIPACTIVE 2202