Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8e48e120
Commit
8e48e120
authored
Feb 03, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some newer Edit messages.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b84d56fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
commctrl.h
include/commctrl.h
+18
-0
No files found.
include/commctrl.h
View file @
8e48e120
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment