aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-01-10 11:18:07 +0000
committernyamatongwe <devnull@localhost>2003-01-10 11:18:07 +0000
commit2aba211fb17a4c355e86f889e8194f730ffe41a6 (patch)
tree6f2ce52215399586d42771811f5e25ed26985848 /include/Scintilla.iface
parent41411dd6d37782b88bb19b7815e3f2a90e5e00cf (diff)
downloadscintilla-mirror-2aba211fb17a4c355e86f889e8194f730ffe41a6.tar.gz
Added method to clear all registered images.
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 7775cebab..b62707b34 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -585,6 +585,9 @@ get bool AutoCGetDropRestOfWord=2271(,)
# Register an XPM image for use in autocompletion lists.
fun void RegisterImage=2405(int type, int xpmData)
+# Clear all the registered XPM images.
+fun void ClearRegisteredImages=2408(,)
+
# Set the number of spaces used for one level of indentation.
set void SetIndent=2122(int indentSize,)