Changeset 164 for trunk/include/win/listview.h
- Timestamp:
- Jun 23, 1999, 9:45:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/listview.h
r4 r164 1 /* $Id: listview.h,v 1.1 1999-05-24 20:19:13 ktk Exp $ */2 3 1 /* 4 2 * Listview class extra info … … 40 38 BOOL bLButtonDown; 41 39 BOOL bRButtonDown; 42 INT nCountPerColumn;43 INT nCountPerRow;44 40 INT nFocusedItem; 45 41 INT nItemHeight; … … 58 54 DWORD dwExStyle; /* extended listview style */ 59 55 HDPA hdpaItems; 60 56 PFNLVCOMPARE pfnCompare; 57 LPARAM lParamSort; 58 61 59 } LISTVIEW_INFO; 62 60
Note:
See TracChangeset
for help on using the changeset viewer.