From 54db8763d71d7fbb96875d1b92134325844875d4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 13 Sep 2002 00:10:56 +0000 Subject: Added ChooseCaretX. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') 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(,) -- cgit v1.2.3