diff options
author | Sébastien Granjoux <seb.sfo@free.fr> | 2011-09-23 23:16:12 +0200 |
---|---|---|
committer | Sébastien Granjoux <seb.sfo@free.fr> | 2011-09-23 23:16:12 +0200 |
commit | c89ae1e2153477f2d369b82dacafa10cd417c704 (patch) | |
tree | 212fce702cde5bf0ceafedbd7bd115d267cef200 /doc/ScintillaDoc.html | |
parent | a407a6330fa1d41aecc2816cf5f079bac5dd3304 (diff) | |
download | scintilla-mirror-c89ae1e2153477f2d369b82dacafa10cd417c704.tar.gz |
Allow to display calltip above or below the text
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f78a0a74a..bbae413a4 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4143,6 +4143,7 @@ struct Sci_TextToFind { <a class="message" href="#SCI_CALLTIPSETFORE">SCI_CALLTIPSETFORE(int colour)</a><br /> <a class="message" href="#SCI_CALLTIPSETFOREHLT">SCI_CALLTIPSETFOREHLT(int colour)</a><br /> <a class="message" href="#SCI_CALLTIPUSESTYLE">SCI_CALLTIPUSESTYLE(int tabsize)</a><br /> + <a class="message" href="#SCI_CALLTIPSETPOSITION">SCI_CALLTIPSETPOSITION(bool above)</a><br /> </code> <p><b id="SCI_CALLTIPSHOW">SCI_CALLTIPSHOW(int posStart, const char *definition)</b><br /> @@ -4206,6 +4207,10 @@ struct Sci_TextToFind { less than 1, Tab characters are not treated specially. Once this call has been used, the call tip foreground and background colours are also taken from the style.</p> + <p><b id="SCI_CALLTIPSETPOSITION">SCI_CALLTIPSETPOSITION(bool above)</b><br /> + By default the calltip is displayed below the text, setting above to <code>true</code> + (1) will display it above the text.</p> + <h2 id="KeyboardCommands">Keyboard commands</h2> |