From 29fac12fd7ff43374f6de390acab1df8d065623f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 14 Jul 2000 11:24:26 +0000 Subject: Added PositionFromPoint API function. --- include/Scintilla.iface | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index df63dd387..4d53f35b5 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -118,6 +118,10 @@ get int GetViewWS=2020(,) # Make white space characters invisible, always visible or visible outside indentation. set void SetViewWS=2021(int viewWS,) +# Find the position and line from a point within the window. + +# Find the position from a point within the window. +fun int PositionFromPoint=2022(,point pt) # Set caret to start of a line and ensure it is visible. fun void GotoLine=2024(int line,) -- cgit v1.2.3