Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
55267795
Commit
55267795
authored
Sep 22, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Add some SysLink style and state definitions.
parent
7db7d857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
commctrl.h
include/commctrl.h
+9
-3
No files found.
include/commctrl.h
View file @
55267795
...
...
@@ -5098,6 +5098,10 @@ static const WCHAR WC_LINK[] = { 'S','y','s','L','i','n','k',0 };
/* SysLink styles */
#define LWS_TRANSPARENT 0x0001
#define LWS_IGNORERETURN 0x0002
#define LWS_NOPREFIX 0x0004
#define LWS_USEVISUALSTYLE 0x0008
#define LWS_USECUSTOMTEXT 0x0010
#define LWS_RIGHT 0x0020
/* SysLink messages */
#define LM_HITTEST (WM_USER + 768)
...
...
@@ -5115,9 +5119,11 @@ static const WCHAR WC_LINK[] = { 'S','y','s','L','i','n','k',0 };
/* SysLink links states */
#define LIS_FOCUSED 1
#define LIS_ENABLED 2
#define LIS_VISITED 4
#define LIS_FOCUSED 0x0001
#define LIS_ENABLED 0x0002
#define LIS_VISITED 0x0004
#define LIS_HOTTRACK 0x0008
#define LIS_DEFAULTCOLORS 0x0010
/* SysLink misc. */
...
...
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