From 5aa2382ca73cf034ede533063c9b9a65187215a6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 11 Oct 2010 21:40:17 +1100 Subject: Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event. Contributed by Farshid Lashkari. --- include/Scintilla.h | 1 + include/Scintilla.iface | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/Scintilla.h b/include/Scintilla.h index 54f104437..331216979 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -885,6 +885,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCN_INDICATORRELEASE 2024 #define SCN_AUTOCCANCELLED 2025 #define SCN_AUTOCCHARDELETED 2026 +#define SCN_HOTSPOTRELEASECLICK 2027 /* --Autogenerated -- end of section automatically generated from Scintilla.iface */ /* These structures are defined to be exactly the same shape as the Win32 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 679bce53b..a8ef722a0 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -3846,6 +3846,7 @@ evt void IndicatorClick=2023(int modifiers, int position) evt void IndicatorRelease=2024(int modifiers, int position) evt void AutoCCancelled=2025(void) evt void AutoCCharDeleted=2026(void) +evt void HotSpotReleaseClick=2027(int modifiers, int position) cat Deprecated -- cgit v1.2.3