aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index af34b71db..9ba834aed 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1422,6 +1422,9 @@ fun position PositionFromLine=2167(line line,)
# Scroll horizontally and vertically.
fun void LineScroll=2168(position columns, line lines)
+# Scroll vertically with allowance for wrapping.
+fun void ScrollVertical=2817(line docLine, line subLine)
+
# Ensure the caret is visible.
fun void ScrollCaret=2169(,)