aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-09-19 01:59:37 +0000
committernyamatongwe <unknown>2002-09-19 01:59:37 +0000
commit6d3e227726ab559686fdf97d8eee798fa25125b0 (patch)
treecaa852ee0c958f923a7f8057bbfc339ac1eac563 /include/Scintilla.h
parent792c0835740b1962235085176624512cdac0e566 (diff)
downloadscintilla-mirror-6d3e227726ab559686fdf97d8eee798fa25125b0.tar.gz
Added mthod to turn off vertical scroll bar.
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 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