Added support for icon and smallicon views.

This commit is contained in:
Luc Tourangeau 1999-04-01 11:55:44 +00:00 committed by Alexandre Julliard
parent 240bdacb8d
commit 3025dc181b
2 changed files with 2076 additions and 1266 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@ typedef struct tagLISTVIEW_ITEM
INT iImage;
LPARAM lParam;
INT iIndent;
POINT ptPosition;
} LISTVIEW_ITEM;
@ -40,13 +41,13 @@ typedef struct tagLISTVIEW_INFO
INT nCountPerRow;
INT nFocusedItem;
INT nItemHeight;
INT nColumnWidth;
INT nItemWidth;
INT nSelectionMark;
SHORT notifyFormat;
RECT rcList;
RECT rcView;
SIZE iconSize;
SIZE smallIconSpacing;
SIZE largeIconSpacing;
SIZE iconSpacing;
UINT uCallbackMask;
HWND hwndHeader;
HFONT hDefaultFont;