diff options
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
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,) |
