aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
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 d9f9c14f9..eea164f09 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -582,6 +582,9 @@ set void AutoCSetDropRestOfWord=2270(bool dropRestOfWord,)
# after the inserted text upon completion.
get bool AutoCGetDropRestOfWord=2271(,)
+# Register an XPM image for use in autocompletion lists.
+fun void RegisterImage=2405(int type, int xpmData)
+
# Set the number of spaces used for one level of indentation.
set void SetIndent=2122(int indentSize,)