2 * Rebar class extra info
4 * Copyright 1998 Eric Kohl
10 typedef struct tagREBAR_BAND
30 HWND32 hwndPrevParent;
34 typedef struct tagREBAR_INFO
36 COLORREF clrBk; /* background color */
37 COLORREF clrText; /* text color */
38 HIMAGELIST himl; /* handle to imagelist */
39 UINT32 uNumBands; /* number of bands in the rebar */
41 REBAR_BAND *bands; /* pointer to the array of rebar bands */
46 extern void REBAR_Register (void);
48 #endif /* __WINE_REBAR_H */