aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-09-30 14:32:42 +1000
committerNeil <nyamatongwe@gmail.com>2013-09-30 14:32:42 +1000
commit973d219c3051089dd2ccab7785dc7b8ac9334105 (patch)
tree9715b0beb4120f643074bffd1f1ee0c641f6a619 /include/Scintilla.h
parentf38c02c44304e40b1a406c8ce21173a0568a99a0 (diff)
downloadscintilla-mirror-973d219c3051089dd2ccab7785dc7b8ac9334105.tar.gz
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 720ef21fc..b50d20260 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -987,6 +987,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCN_AUTOCCANCELLED 2025
#define SCN_AUTOCCHARDELETED 2026
#define SCN_HOTSPOTRELEASECLICK 2027
+#define SCN_FOCUSIN 2028
+#define SCN_FOCUSOUT 2029
#ifndef SCI_DISABLE_PROVISIONAL
#define SC_LINE_END_TYPE_DEFAULT 0
#define SC_LINE_END_TYPE_UNICODE 1