aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-03-20 20:37:41 +1100
committernyamatongwe <unknown>2013-03-20 20:37:41 +1100
commit2189d4ff82cd7a48802fd5ce545a29d80e198adf (patch)
treede3c9429efb963c6b9413e9745e3cc03372ab8b5 /include/Scintilla.h
parent612bdefb4bb1e41412f76d1a189bf65bc5052a07 (diff)
downloadscintilla-mirror-2189d4ff82cd7a48802fd5ce545a29d80e198adf.tar.gz
Add ScrollRange feature.
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 15a86682e..48c7ff379 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -382,6 +382,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_POSITIONFROMLINE 2167
#define SCI_LINESCROLL 2168
#define SCI_SCROLLCARET 2169
+#define SCI_SCROLLRANGE 2569
#define SCI_REPLACESEL 2170
#define SCI_SETREADONLY 2171
#define SCI_NULL 2172