From 80a672aa76c64c58f5a7571879b83e1e44cd2db6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 21 Nov 2002 12:35:51 +0000 Subject: Patch from Biswa to add icons to autocompletion lists. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') 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,) -- cgit v1.2.3