aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-09-19 01:59:37 +0000
committernyamatongwe <devnull@localhost>2002-09-19 01:59:37 +0000
commit9fbcd821bdc59b82547fd62f2008297beadf7db8 (patch)
treecaa852ee0c958f923a7f8057bbfc339ac1eac563 /src/Editor.h
parent99bf46093ed269c9ea3c6a69f82b079b01f5ac57 (diff)
downloadscintilla-mirror-9fbcd821bdc59b82547fd62f2008297beadf7db8.tar.gz
Added mthod to turn off vertical scroll bar.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 800630bbb..3d99676ae 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -201,6 +201,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
int xCaretMargin; ///< Ensure this many pixels visible on both sides of caret
bool horizontalScrollBarVisible;
int scrollWidth;
+ bool verticalScrollBarVisible;
bool endAtLastLine;
Surface *pixmapLine;