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) */
43 extern void LISTVIEW_Register (void);
45 #endif /* __WINE_LISTVIEW_H */