aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-04-04 07:45:59 +0000
committernyamatongwe <unknown>2002-04-04 07:45:59 +0000
commit2ffc5af90180e0bbf09359bfde77780e4e26715b (patch)
tree8692569d58a4b15a7b3f07608a44069663c677f8 /include/Scintilla.h
parenta3e1c4d6f23dabf63c029a2ea31869e17be215fb (diff)
downloadscintilla-mirror-2ffc5af90180e0bbf09359bfde77780e4e26715b.tar.gz
Change to horizontal scrolling to allow the assumed document width to be set.
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 99b3ee0b1..2f763de0f 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -359,6 +359,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_CACHE_DOCUMENT 3
#define SCI_SETLAYOUTCACHE 2272
#define SCI_GETLAYOUTCACHE 2273
+#define SCI_SETSCROLLWIDTH 2274
+#define SCI_GETSCROLLWIDTH 2275
#define SCI_LINEDOWN 2300
#define SCI_LINEDOWNEXTEND 2301
#define SCI_LINEUP 2302