From 220ff95d67d652dd5bc709ffed27cfb52c86d3fe Mon Sep 17 00:00:00 2001 From: Mitchell Foral Date: Sat, 10 May 2025 08:35:35 +1000 Subject: Change CallTipPosStart to a 'get' to match CallTipSetPosStart. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,) -- cgit v1.2.3