aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-11-21 12:35:51 +0000
committernyamatongwe <devnull@localhost>2002-11-21 12:35:51 +0000
commit7bc08cce00adf4ddc6cd225e4219b625ed7147a0 (patch)
treef3b69c94fcefff4ff2b0828a740940b9d0b96fb6 /include/Scintilla.iface
parent4882333d9fd449bbda241ede50d949130ec0ea19 (diff)
downloadscintilla-mirror-7bc08cce00adf4ddc6cd225e4219b625ed7147a0.tar.gz
Patch from Biswa to add icons to autocompletion lists.
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,)