Changeset 5633 for trunk/include/win/commctrl.h
- Timestamp:
- Apr 29, 2001, 5:06:16 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r5415 r5633 1 /* $Id: commctrl.h,v 1. 39 2001-03-31 13:23:33sandervl Exp $ */1 /* $Id: commctrl.h,v 1.40 2001-04-29 15:06:15 sandervl Exp $ */ 2 2 /* 3 3 * Common controls definitions … … 1515 1515 #define RB_GETBARINFO (WM_USER+3) 1516 1516 #define RB_SETBARINFO (WM_USER+4) 1517 //#define RB_GETBANDINFO (WM_USER+5) //deprecated (Win3.1) 1517 #define RB_GETBANDINFO (WM_USER+5) /* just for compatibility */ 1518 1518 #define RB_SETBANDINFOA (WM_USER+6) 1519 1519 #define RB_SETBANDINFOW (WM_USER+11) … … 1539 1539 #define RB_GETBANDINFOW (WM_USER+28) 1540 1540 #define RB_GETBANDINFOA (WM_USER+29) 1541 #define RB_GETBANDINFO WINELIB_NAME_AW(RB_GETBANDINFO)1541 #define RB_GETBANDINFO16 WINELIB_NAME_AW(RB_GETBANDINFO16) 1542 1542 #define RB_MINIMIZEBAND (WM_USER+30) 1543 1543 #define RB_MAXIMIZEBAND (WM_USER+31) … … 3249 3249 #define TCM_GETCURFOCUS (TCM_FIRST + 47) 3250 3250 #define TCM_SETCURFOCUS (TCM_FIRST + 48) 3251 #define TCM_SETMINT TABWIDTH(TCM_FIRST + 49)3251 #define TCM_SETMINTABWIDTH (TCM_FIRST + 49) 3252 3252 #define TCM_DESELECTALL (TCM_FIRST + 50) 3253 3253 #define TCM_HIGHLIGHTITEM (TCM_FIRST + 51)
Note:
See TracChangeset
for help on using the changeset viewer.