Changeset 3242 for trunk/include/win/commctrl.h
- Timestamp:
- Mar 26, 2000, 6:32:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r3181 r3242 1 /* $Id: commctrl.h,v 1.2 5 2000-03-21 17:28:19cbratschi Exp $ */1 /* $Id: commctrl.h,v 1.26 2000-03-26 16:29:38 cbratschi Exp $ */ 2 2 /* 3 3 * Common controls definitions … … 2879 2879 (BOOL)SendMessageA((hwndLV), LVM_ARRANGE, (WPARAM)(UINT)(code), 0L) 2880 2880 2881 #define ListView_EditLabel(hwndLV, i) \ 2882 (HWND)SendMessageA((hwndLV), LVM_EDITLABEL, (WPARAM)(int)(i), 0L) 2881 #define ListView_EditLabelA(hwndLV, i) \ 2882 (HWND)SendMessageA((hwndLV), LVM_EDITLABELA, (WPARAM)(int)(i), 0L) 2883 2884 #define ListView_EditLabelW(hwndLV, i) \ 2885 (HWND)SendMessageA((hwndLV), LVM_EDITLABELW, (WPARAM)(int)(i), 0L) 2883 2886 2884 2887 #define ListView_GetEditControl(hwndLV) \
Note:
See TracChangeset
for help on using the changeset viewer.