projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b9ff2
)
Added ListView_GetHeader macro.
author
Eric Pouech
<pouech-eric@wanadoo.fr>
Mon, 2 Feb 2004 23:09:42 +0000
(23:09 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 2 Feb 2004 23:09:42 +0000
(23:09 +0000)
include/commctrl.h
patch
|
blob
|
blame
|
history
diff --git
a/include/commctrl.h
b/include/commctrl.h
index
0fc8082
..
293a27d
100644
(file)
--- a/
include/commctrl.h
+++ b/
include/commctrl.h
@@
-3538,6
+3538,9
@@
typedef struct NMLVSCROLL
#define ListView_GetViewRect(hwndLV, prc) \
(BOOL)SNDMSG((hwndLV),LVM_GETVIEWRECT,0,(LPARAM)(LPRECT)(prc))
+#define ListView_GetHeader(hwndLV) \
+ (HWND)SNDMSG((hwndLV),LVM_GETHEADER,0,0L)
+
/* Tab Control */
#define WC_TABCONTROLA "SysTabControl32"