aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMitchell Foral <unknown>2025-05-10 08:35:35 +1000
committerMitchell Foral <unknown>2025-05-10 08:35:35 +1000
commit220ff95d67d652dd5bc709ffed27cfb52c86d3fe (patch)
tree0590edad870a8225bcd9dc71c62fc10cac55fb9f
parent43b2bef56b3c472c3fa8134098bb197b70b69e44 (diff)
downloadscintilla-mirror-220ff95d67d652dd5bc709ffed27cfb52c86d3fe.tar.gz
Change CallTipPosStart to a 'get' to match CallTipSetPosStart.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 47896b63f..ef0a9a384 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1566,7 +1566,7 @@ fun void CallTipCancel=2201(,)
fun bool CallTipActive=2202(,)
# Retrieve the position where the caret was before displaying the call tip.
-fun position CallTipPosStart=2203(,)
+get position CallTipPosStart=2203(,)
# Set the start position in order to change when backspacing removes the calltip.
set void CallTipSetPosStart=2214(position posStart,)