From e0eaaea9610cd92f699f1ef491d007684fa3437e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 7 Jun 2008 01:11:34 +0000 Subject: =?UTF-8?q?Added=20AutoCCancelled=20event=20implementation=20from?= =?UTF-8?q?=20Enrico=20Tr=C3=B6ger.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 90e7669ed..b1e6e3504 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -751,6 +751,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCN_AUTOCSELECTION 2022 #define SCN_INDICATORCLICK 2023 #define SCN_INDICATORRELEASE 2024 +#define SCN_AUTOCCANCELLED 2025 //--Autogenerated -- end of section automatically generated from Scintilla.iface // These structures are defined to be exactly the same shape as the Win32 -- cgit v1.2.3