Changeset 3152 for trunk/include/win/updown.h
- Timestamp:
- Mar 18, 2000, 5:10:57 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/updown.h
r499 r3152 1 /* $Id: updown.h,v 1. 2 1999-08-14 17:23:24 achimhaExp $ */1 /* $Id: updown.h,v 1.3 2000-03-18 16:10:57 cbratschi Exp $ */ 2 2 3 3 /* … … 17 17 typedef struct 18 18 { 19 COMCTL32_HEADER header; 20 19 21 UINT AccelCount; /* Number of elements in AccelVect */ 20 UDACCEL* 22 UDACCEL* AccelVect; /* Vector containing AccelCount elements */ 21 23 INT Base; /* Base to display nr in the buddy window */ 22 24 INT CurVal; /* Current up-down value */
Note:
See TracChangeset
for help on using the changeset viewer.