aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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 /include/Scintilla.iface
parent99bf46093ed269c9ea3c6a69f82b079b01f5ac57 (diff)
downloadscintilla-mirror-9fbcd821bdc59b82547fd62f2008297beadf7db8.tar.gz
Added mthod to turn off vertical scroll bar.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index bcaf00ae6..06ef8e7cd 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -988,6 +988,12 @@ get int GetEndAtLastLine=2278(,)
# Retrieve the height of a particular line of text in pixels.
fun int TextHeight=2279(int line,)
+# Show or hide the vertical scroll bar.
+set void SetVScrollBar=2280(bool show,)
+
+# Is the vertical scroll bar visible?
+get bool GetVScrollBar=2281(,)
+
## Start of key messages
# Move caret down one line.
fun void LineDown=2300(,)