aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-09-13 00:10:56 +0000
committernyamatongwe <devnull@localhost>2002-09-13 00:10:56 +0000
commit54db8763d71d7fbb96875d1b92134325844875d4 (patch)
tree291aca2e34ed8291a25ebf1b9f96b9ff2cb31c21 /include/Scintilla.h
parent66992da28d53bf53c61aa015a6fc56015a85bede (diff)
downloadscintilla-mirror-54db8763d71d7fbb96875d1b92134325844875d4.tar.gz
Added ChooseCaretX.
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 30fcf50fc..7fe86fff1 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -480,6 +480,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_DELLINERIGHT 2396
#define SCI_SETXOFFSET 2397
#define SCI_GETXOFFSET 2398
+#define SCI_CHOOSECARETX 2399
#define SCI_GRABFOCUS 2400
#define CARET_SLOP 0x01
#define CARET_STRICT 0x04