From 9fbcd821bdc59b82547fd62f2008297beadf7db8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 19 Sep 2002 01:59:37 +0000 Subject: Added mthod to turn off vertical scroll bar. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 7fe86fff1..a44da5c13 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -377,6 +377,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETENDATLASTLINE 2277 #define SCI_GETENDATLASTLINE 2278 #define SCI_TEXTHEIGHT 2279 +#define SCI_SETVSCROLLBAR 2280 +#define SCI_GETVSCROLLBAR 2281 #define SCI_LINEDOWN 2300 #define SCI_LINEDOWNEXTEND 2301 #define SCI_LINEUP 2302 -- cgit v1.2.3