Changeset 3408 for trunk/include/win/commctrl.h
- Timestamp:
- Apr 16, 2000, 8:25:06 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r3384 r3408 1 /* $Id: commctrl.h,v 1. 29 2000-04-15 14:20:15 cbratschi Exp $ */1 /* $Id: commctrl.h,v 1.30 2000-04-16 18:25:05 cbratschi Exp $ */ 2 2 /* 3 3 * Common controls definitions … … 2469 2469 #define LVSCW_AUTOSIZE_USEHEADER 0xFFFE//-2 2470 2470 2471 #define LV_MAX_WORKAREAS 16 2472 2473 #define LVS_EX_GRIDLINES 0x00000001 2474 #define LVS_EX_SUBITEMIMAGES 0x00000002 2475 #define LVS_EX_CHECKBOXES 0x00000004 2476 #define LVS_EX_TRACKSELECT 0x00000008 2477 #define LVS_EX_HEADERDRAGDROP 0x00000010 2478 #define LVS_EX_FULLROWSELECT 0x00000020 // applies to report mode only 2479 #define LVS_EX_ONECLICKACTIVATE 0x00000040 2480 #define LVS_EX_TWOCLICKACTIVATE 0x00000080 2481 #define LVS_EX_FLATSB 0x00000100 2482 #define LVS_EX_REGIONAL 0x00000200 2483 #define LVS_EX_INFOTIP 0x00000400 // listview does InfoTips for you 2484 #define LVS_EX_UNDERLINEHOT 0x00000800 2485 #define LVS_EX_UNDERLINECOLD 0x00001000 2486 #define LVS_EX_MULTIWORKAREAS 0x00002000 2487 2471 2488 #define LVM_FIRST 0x1000 2472 2489 #define LVM_GETBKCOLOR (LVM_FIRST+0)
Note:
See TracChangeset
for help on using the changeset viewer.