Changeset 3152 for trunk/include/win/tooltips.h
- Timestamp:
- Mar 18, 2000, 5:10:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/tooltips.h
r3143 r3152 1 /* $Id: tooltips.h,v 1. 2 2000-03-17 17:10:53cbratschi Exp $ */1 /* $Id: tooltips.h,v 1.3 2000-03-18 16:10:57 cbratschi Exp $ */ 2 2 3 3 /* … … 33 33 typedef struct tagTOOLTIPS_INFO 34 34 { 35 WCHAR szTipText[INFOTIPSIZE]; 35 COMCTL32_HEADER header; 36 37 WCHAR szTipText[INFOTIPSIZE]; 36 38 BOOL bActive; 37 39 BOOL bTrackActive; 38 40 UINT uNumTools; 39 COLORREF 40 COLORREF 41 COLORREF clrBk; 42 COLORREF clrText; 41 43 HFONT hFont; 42 44 INT xTrackPos;
Note:
See TracChangeset
for help on using the changeset viewer.