From 8493d793a070ad2020c4c7a854c0c4e00034e4a4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 8 Sep 2000 08:33:39 +0000 Subject: Implemented settable caret width. --- 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 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 -- cgit v1.2.3