2 * Listview class extra info
4 * Copyright 1998 Eric Kohl
7 #ifndef __WINE_LISTVIEW_H
8 #define __WINE_LISTVIEW_H
11 typedef struct tagLISTVIEW_ITEM
22 typedef struct tagLISTVIEW_INFO
27 HIMAGELIST himlNormal
;
35 RECT32 rcList
; /* "client" area of the list (without header) */
38 DWORD dwExStyle
; /* extended listview style */
44 extern VOID
LISTVIEW_Register (VOID
);
45 extern VOID
LISTVIEW_Unregister (VOID
);
47 #endif /* __WINE_LISTVIEW_H */