aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-10-02 06:04:52 +0000
committernyamatongwe <unknown>2001-10-02 06:04:52 +0000
commitdfd84e5dbd36aba02b8aedfb66d03ad8a1755fc0 (patch)
tree8d3528addcc66c43abb5d2420d04d8073b339324 /include/Scintilla.iface
parent21b5e602aeb271d9b7ea5d39915e7cee3c13aba7 (diff)
downloadscintilla-mirror-dfd84e5dbd36aba02b8aedfb66d03ad8a1755fc0.tar.gz
Patch from Mark to make the x offset accessible through the API.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 6c31eaa70..c77fe2b9e 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1169,6 +1169,10 @@ fun void DelLineLeft=2395(,)
# Delete forwards from the current position to the end of the line
fun void DelLineRight=2396(,)
+# Get and Set the xOffset (ie, horizonal scroll position)
+set void SetXOffset=2397(int newOffset,)
+get int GetXOffset=2398(,)
+
# Set the focus to this Scintilla widget.
# GTK+ Specific
fun void GrabFocus=2400(,)