Changeset 3152 for trunk/include/win/rebar.h
- Timestamp:
- Mar 18, 2000, 5:10:57 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/win/rebar.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/rebar.h
r2121 r3152 1 /* $Id: rebar.h,v 1. 3 1999-12-18 19:52:26 achimhaExp $ */1 /* $Id: rebar.h,v 1.4 2000-03-18 16:10:55 cbratschi Exp $ */ 2 2 3 3 /* … … 12 12 typedef struct tagREBAR_BAND 13 13 { 14 COMCTL32_HEADER header; 15 14 16 UINT fStyle; 15 17 COLORREF clrFore; … … 26 28 UINT cyIntegral; 27 29 UINT cxIdeal; 28 LPARAM lParam;30 LPARAM lParam; 29 31 UINT cxHeader; 30 32 … … 37 39 RECT rcChild; /* calculated child rectangle */ 38 40 39 LPWSTR lpText;41 LPWSTR lpText; 40 42 HWND hwndPrevParent; 41 43 } REBAR_BAND; … … 43 45 typedef struct tagREBAR_INFO 44 46 { 47 COMCTL32_HEADER header; 48 45 49 COLORREF clrBk; /* background color */ 46 50 COLORREF clrText; /* text color */ … … 48 52 UINT uNumBands; /* number of bands in the rebar */ 49 53 HWND hwndToolTip; /* handle to the tool tip control */ 50 HWND hwndNotify; /* notification window (parent) */51 54 HFONT hFont; /* handle to the rebar's font */ 52 55 SIZE imageSize; /* image size (image list) */ … … 54 57 SIZE calcSize; /* calculated rebar size */ 55 58 BOOL bAutoResize; /* auto resize deadlock flag */ 56 BOOL bUnicode; /* Unicode flag */57 59 HCURSOR hcurArrow; /* handle to the arrow cursor */ 58 60 HCURSOR hcurHorz; /* handle to the EW cursor */ 59 61 HCURSOR hcurVert; /* handle to the NS cursor */ 60 62 HCURSOR hcurDrag; /* handle to the drag cursor */ 61 INT iVersion; /* version number */62 63 63 64 REBAR_BAND *bands; /* pointer to the array of rebar bands */ 64 65 65 } REBAR_INFO; 66 66
Note:
See TracChangeset
for help on using the changeset viewer.
