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
eef99e0c
Commit
eef99e0c
authored
Sep 06, 2000
by
Aric Stewart
Committed by
Alexandre Julliard
Sep 06, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented both customdraw message sending and handling (based off
the treeview method) as well as LVS_OWNERDRAWFIXED.
parent
4f2300a3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
200 additions
and
8 deletions
+200
-8
listview.c
dlls/comctl32/listview.c
+191
-8
commctrl.h
include/commctrl.h
+9
-0
No files found.
dlls/comctl32/listview.c
View file @
eef99e0c
This diff is collapsed.
Click to expand it.
include/commctrl.h
View file @
eef99e0c
...
...
@@ -2765,6 +2765,15 @@ typedef struct tagNMLVCACHEHINT
#define PNM_CACHEHINT LPNMLVCACHEHINT
#define NM_CACHEHINT NMLVCACHEHINT
#define NMLVCUSTOMDRAW_V3_SIZE CCSIZEOF_STRUCT(NMLCUSTOMDRW, clrTextBk)
typedef
struct
tagNMLVCUSTOMDRAW
{
NMCUSTOMDRAW
nmcd
;
COLORREF
clrText
;
COLORREF
clrTextBk
;
int
iSubItem
;
}
NMLVCUSTOMDRAW
,
*
LPNMLVCUSTOMDRAW
;
#define ListView_SetTextBkColor(hwnd,clrBk) \
(BOOL)SendMessageA((hwnd),LVM_SETTEXTBKCOLOR,0,(LPARAM)(COLORREF)(clrBk))
...
...
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