diff options
| author | nyamatongwe <devnull@localhost> | 2003-03-10 09:21:52 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-03-10 09:21:52 +0000 |
| commit | cab458af3085b92f755830f9a3443d6b952b5328 (patch) | |
| tree | 5bdd6e2dbf1718955afeec1e6b824b1b2e6e8424 /include/Scintilla.iface | |
| parent | 17696e3b07a67e2c9d15793fd7dec24a6ecdb1f9 (diff) | |
| download | scintilla-mirror-cab458af3085b92f755830f9a3443d6b952b5328.tar.gz | |
Allow modification of text and highlight colours for calltips.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 6 insertions, 0 deletions
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,) |
