aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
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.h
parent41411dd6d37782b88bb19b7815e3f2a90e5e00cf (diff)
downloadscintilla-mirror-2aba211fb17a4c355e86f889e8194f730ffe41a6.tar.gz
Added method to clear all registered images.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index fbaa46516..74efc3f78 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -244,6 +244,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_AUTOCSETDROPRESTOFWORD 2270
#define SCI_AUTOCGETDROPRESTOFWORD 2271
#define SCI_REGISTERIMAGE 2405
+#define SCI_CLEARREGISTEREDIMAGES 2408
#define SCI_SETINDENT 2122
#define SCI_GETINDENT 2123
#define SCI_SETUSETABS 2124