Changeset 968 for trunk/src/comctl32/updown.c
- Timestamp:
- Sep 18, 1999, 2:21:26 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/updown.c
r942 r968 1 /* $Id: updown.c,v 1. 8 1999-09-15 16:31:49cbratschi Exp $ */1 /* $Id: updown.c,v 1.9 1999-09-18 12:21:26 cbratschi Exp $ */ 2 2 /* 3 3 * Updown control … … 18 18 * - listbox as buddy window 19 19 * - acceleration 20 * - base 16 -> bug: 9->B (should be A)21 20 * - UDS_ALIGNLEFT, ~UDS_WRAP 22 21 * (tested - they work) … … 897 896 if (wParam==10 || wParam==16) 898 897 { 898 UPDOWN_GetBuddyInt(hwnd); 899 899 900 temp = infoPtr->Base; 900 901 infoPtr->Base = wParam; 902 903 UPDOWN_SetBuddyInt(hwnd); 904 901 905 return temp; /* return the prev base */ 902 906 }
Note:
See TracChangeset
for help on using the changeset viewer.