aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-10-05 12:04:40 +0000
committernyamatongwe <devnull@localhost>2000-10-05 12:04:40 +0000
commit9a01d2bdda91768a75e58a8e0a87b74b71d4e003 (patch)
tree4e72dabbd2d96636ddefb203a82ea88e81b7318b /include/Scintilla.h
parentb3ff86df5860e82cce6c51eb0d85c32632dc36c8 (diff)
downloadscintilla-mirror-9a01d2bdda91768a75e58a8e0a87b74b71d4e003.tar.gz
Added cursor setting.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 68df0c82e..de6ef9ba3 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -372,6 +372,10 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara
#define SCI_GETSTATUS 2383
#define SCI_SETMOUSEDOWNCAPTURES 2384
#define SCI_GETMOUSEDOWNCAPTURES 2385
+#define SC_CURSORNORMAL -1
+#define SC_CURSORWAIT 3
+#define SCI_SETCURSOR 2386
+#define SCI_GETCURSOR 2387
#define SCI_GRABFOCUS 2400
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002