Changeset 3368
- Timestamp:
- Apr 12, 2000, 6:37:13 PM (25 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/changelog ¶
r3367 r3368 1 /* $Id: changelog,v 1.882 2000-04-10 19:45:13 sandervl Exp $ */ 1 /* $Id: changelog,v 1.883 2000-04-12 16:35:28 cbratschi Exp $ */ 2 3 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch> 4 - COMCTL32: listview: completed most version 4 features 2 5 3 6 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl> -
TabularUnified trunk/include/win/listview.h ¶
r3242 r3368 10 10 11 11 /* Some definitions for inline edit control */ 12 typedef BOOL (*EditlblCallback)(HWND, LPSTR, DWORD);12 typedef BOOL (*EditlblCallback)(HWND,LPSTR,DWORD,BOOL); 13 13 14 14 typedef struct tagEDITLABEL_ITEM
Note:
See TracChangeset
for help on using the changeset viewer.