aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-01-31 06:54:53 +0000
committernyamatongwe <unknown>2010-01-31 06:54:53 +0000
commitaa5f713e795a1408c3b4a1295aa1f89f0b2faac4 (patch)
tree0524f63a25a026c8de1d3e759bf910008aca1bcb /include/Scintilla.iface
parent2610638a255986784ca68dee5b9e480c2a624c70 (diff)
downloadscintilla-mirror-aa5f713e795a1408c3b4a1295aa1f89f0b2faac4.tar.gz
Added SCI_SETFIRSTVISIBLELINE to match SCI_GETFIRSTVISIBLELINE.
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 64c73327b..05aa5ab9f 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1220,6 +1220,9 @@ set void SetFontQuality=2611(int fontQuality,)
# Retrieve the quality level for text.
get int GetFontQuality=2612(,)
+# Scroll so that a display line is at the top of the display.
+set int SetFirstVisibleLine=2613(int lineDisplay,)
+
# Make the target range start and end be the same as the selection range start and end.
fun void TargetFromSelection=2287(,)