diff options
| author | nyamatongwe <devnull@localhost> | 2000-09-08 08:33:39 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-09-08 08:33:39 +0000 |
| commit | 8493d793a070ad2020c4c7a854c0c4e00034e4a4 (patch) | |
| tree | 02d5d1981170e1bfb30f1634d0fd8f8f2a12a060 /include/Scintilla.h | |
| parent | 2c07bfe4cdaf52df17769d8a0d0d44c3ca55eb19 (diff) | |
| download | scintilla-mirror-8493d793a070ad2020c4c7a854c0c4e00034e4a4.tar.gz | |
Implemented settable caret width.
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 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 |
