diff options
| author | nyamatongwe <devnull@localhost> | 2010-10-11 21:40:17 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-10-11 21:40:17 +1100 |
| commit | 5aa2382ca73cf034ede533063c9b9a65187215a6 (patch) | |
| tree | 5f470759272be5f60a67d9d755971e74189aff26 /include/Scintilla.h | |
| parent | 09ed1fc514d1b922d2b00fca4798521f946dd348 (diff) | |
| download | scintilla-mirror-5aa2382ca73cf034ede533063c9b9a65187215a6.tar.gz | |
Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event.
Contributed by Farshid Lashkari.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
