Nikolay Sivov : include: Add some newer Edit messages.

Alexandre Julliard julliard at winehq.org
Mon Feb 3 15:06:05 CST 2020


Module: wine
Branch: master
Commit: 8e48e120b63e9c22368f4ede1484b27e4f2e3d65
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8e48e120b63e9c22368f4ede1484b27e4f2e3d65

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Feb  3 10:20:07 2020 +0300

include: Add some newer Edit messages.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/commctrl.h | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/include/commctrl.h b/include/commctrl.h
index 700b335fbb..b503f9ef24 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -5346,6 +5346,24 @@ typedef struct _tagEDITBALLOONTIP
 #define EM_GETHILITE              (ECM_FIRST + 6)
 #define EM_NOSETFOCUS             (ECM_FIRST + 7)
 #define EM_TAKEFOCUS              (ECM_FIRST + 8)
+#define EM_SETEXTENDEDSTYLE       (ECM_FIRST + 10)
+#define EM_GETEXTENDEDSTYLE       (ECM_FIRST + 11)
+#define EM_SETENDOFLINE           (ECM_FIRST + 12)
+#define EM_GETENDOFLINE           (ECM_FIRST + 13)
+#define EM_ENABLESEARCHWEB        (ECM_FIRST + 14)
+#define EM_SEARCHWEB              (ECM_FIRST + 15)
+#define EM_SETCARETINDEX          (ECM_FIRST + 17)
+#define EM_GETCARETINDEX          (ECM_FIRST + 18)
+#define EM_FILELINEFROMCHAR       (ECM_FIRST + 19)
+#define EM_FILELINEINDEX          (ECM_FIRST + 20)
+#define EM_FILELINELENGTH         (ECM_FIRST + 21)
+#define EM_GETFILELINE            (ECM_FIRST + 22)
+#define EM_GETFILELINECOUNT       (ECM_FIRST + 23)
+
+#define EM_GETZOOM                (WM_USER + 224)
+#define EM_SETZOOM                (WM_USER + 225)
+
+#define EN_SEARCHWEB              (EN_FIRST)
 
 #define Edit_SetCueBannerText(hwnd, text) \
         (BOOL)SNDMSG((hwnd), EM_SETCUEBANNER, 0, (LPARAM)(text))




More information about the wine-cvs mailing list