2 * Listview class extra info
4 * Copyright 1998 Eric Kohl
7 #ifndef __WINE_LISTVIEW_H
8 #define __WINE_LISTVIEW_H
10 typedef struct tagLISTVIEW_SUBITEM
18 typedef struct tagLISTVIEW_ITEM
29 typedef struct tagLISTVIEW_INFO
34 HIMAGELIST himlNormal
;
48 SIZE smallIconSpacing
;
49 SIZE largeIconSpacing
;
55 DWORD dwExStyle
; /* extended listview style */
61 extern VOID
LISTVIEW_Register (VOID
);
62 extern VOID
LISTVIEW_Unregister (VOID
);
64 #endif /* __WINE_LISTVIEW_H */