aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-07-02 00:47:30 +0000
committernyamatongwe <unknown>2007-07-02 00:47:30 +0000
commit4ab7b0b4e4ef21b23f4896ed56031405d89a1e9a (patch)
tree058fbd4ee99353e156a4ce1c739c1155d7019a76 /include/Scintilla.h
parenta016d13fff6df381d02279b130397852a1d47477 (diff)
downloadscintilla-mirror-4ab7b0b4e4ef21b23f4896ed56031405d89a1e9a.tar.gz
Scroll width tracking feature.
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 450865cc1..f4eca1aef 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -448,6 +448,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETLAYOUTCACHE 2273
#define SCI_SETSCROLLWIDTH 2274
#define SCI_GETSCROLLWIDTH 2275
+#define SCI_SETSCROLLWIDTHTRACKING 2516
+#define SCI_GETSCROLLWIDTHTRACKING 2517
#define SCI_TEXTWIDTH 2276
#define SCI_SETENDATLASTLINE 2277
#define SCI_GETENDATLASTLINE 2278