aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-09-13 00:10:56 +0000
committernyamatongwe <unknown>2002-09-13 00:10:56 +0000
commita376dd1b83c3ff67097fde1388d016a82c7c6adb (patch)
tree291aca2e34ed8291a25ebf1b9f96b9ff2cb31c21 /include/Scintilla.iface
parent6a945393a3c15b377bb39cea896d9fca14ade89f (diff)
downloadscintilla-mirror-a376dd1b83c3ff67097fde1388d016a82c7c6adb.tar.gz
Added ChooseCaretX.
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 ff7251667..bcaf00ae6 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1291,6 +1291,9 @@ fun void DelLineRight=2396(,)
set void SetXOffset=2397(int newOffset,)
get int GetXOffset=2398(,)
+# Set the last x chosen value to be the caret x position
+fun void ChooseCaretX=2399(,)
+
# Set the focus to this Scintilla widget.
# GTK+ Specific.
fun void GrabFocus=2400(,)