From 2cab17e2b4ae79692537121d4d2cb46b4e420f85 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Mar 2003 09:21:52 +0000 Subject: Allow modification of text and highlight colours for calltips. --- include/Scintilla.iface | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 4ec3566a1..f91749a6e 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -884,6 +884,12 @@ fun void CallTipSetHlt=2204(int start, int end) # Set the background colour for the call tip. set void CallTipSetBack=2205(colour back,) +# Set the foreground colour for the call tip. +set void CallTipSetFore=2206(colour fore,) + +# Set the foreground colour for the highlighted part of the call tip. +set void CallTipSetForeHlt=2207(colour fore,) + # Find the display line of a document line taking hidden lines into account. fun int VisibleFromDocLine=2220(int line,) -- cgit v1.2.3