aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-14 11:24:26 +0000
committernyamatongwe <unknown>2000-07-14 11:24:26 +0000
commit50817dc8d885256574132ea7200bddb2e74bd89e (patch)
tree75ef0bccc065a557e7fb257a4dfbae862bfe9148 /include/Scintilla.iface
parente3cc6be8d4b82f65c747ffba1f1c193714de644a (diff)
downloadscintilla-mirror-50817dc8d885256574132ea7200bddb2e74bd89e.tar.gz
Added PositionFromPoint API function.
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 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,)