aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorSébastien Granjoux <seb.sfo@free.fr>2011-09-23 23:16:12 +0200
committerSébastien Granjoux <seb.sfo@free.fr>2011-09-23 23:16:12 +0200
commit64ebd8eea5c3210e0013c529a7b56c49c4350986 (patch)
treeac2a064c703a906af44a653f47ccec56ca6c3dd0 /include/Scintilla.iface
parent813050dedd80fbcce19a54e548b6283a92b9ade1 (diff)
downloadscintilla-mirror-64ebd8eea5c3210e0013c529a7b56c49c4350986.tar.gz
Allow to display calltip above or below the text
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index e77675567..e0462a3fd 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1039,6 +1039,9 @@ set void CallTipSetForeHlt=2207(colour fore,)
# Enable use of STYLE_CALLTIP and set call tip tab size in pixels.
set void CallTipUseStyle=2212(int tabSize,)
+# Set position of calltip, above or below text.
+set void CallTipSetPosition=2213(bool above,)
+
# Find the display line of a document line taking hidden lines into account.
fun int VisibleFromDocLine=2220(int line,)