From 9ea7245b440aa3de91ff532ce102ea9fa7e34d6c Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 14 Jan 2014 19:08:34 +1100 Subject: CallTipSetPosStart API added. --- doc/ScintillaDoc.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 2a4c1f8b7..1aaab5307 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@

Scintilla Documentation

-

Last edited 10 January 2014 NH

+

Last edited 14 January 2014 NH

There is an overview of the internal design of Scintilla.
@@ -4446,6 +4446,7 @@ struct Sci_TextToFind { SCI_CALLTIPCANCEL
SCI_CALLTIPACTIVE
SCI_CALLTIPPOSSTART
+ SCI_CALLTIPSETPOSSTART(int posStart)
SCI_CALLTIPSETHLT(int highlightStart, int highlightEnd)
SCI_CALLTIPSETBACK(int colour)
@@ -4481,7 +4482,8 @@ struct Sci_TextToFind { This returns 1 if a call tip is active and 0 if it is not active.

SCI_CALLTIPPOSSTART
- This message returns the value of the current position when SCI_CALLTIPSHOW + SCI_CALLTIPSETPOSSTART(int posStart)
+ This message returns or sets the value of the current position when SCI_CALLTIPSHOW started to display the tip.

SCI_CALLTIPSETHLT(int hlStart, int hlEnd)
-- cgit v1.2.3