Commit 3025dc18 authored by Luc Tourangeau's avatar Luc Tourangeau Committed by Alexandre Julliard

Added support for icon and smallicon views.

parent 240bdacb
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment