Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3025dc18
Commit
3025dc18
authored
Apr 01, 1999
by
Luc Tourangeau
Committed by
Alexandre Julliard
Apr 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for icon and smallicon views.
parent
240bdacb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
listview.c
dlls/comctl32/listview.c
+0
-0
listview.h
include/listview.h
+4
-3
No files found.
dlls/comctl32/listview.c
View file @
3025dc18
This source diff could not be displayed because it is too large. You can
view the blob
instead.
include/listview.h
View file @
3025dc18
...
@@ -22,6 +22,7 @@ typedef struct tagLISTVIEW_ITEM
...
@@ -22,6 +22,7 @@ typedef struct tagLISTVIEW_ITEM
INT
iImage
;
INT
iImage
;
LPARAM
lParam
;
LPARAM
lParam
;
INT
iIndent
;
INT
iIndent
;
POINT
ptPosition
;
}
LISTVIEW_ITEM
;
}
LISTVIEW_ITEM
;
...
@@ -40,13 +41,13 @@ typedef struct tagLISTVIEW_INFO
...
@@ -40,13 +41,13 @@ typedef struct tagLISTVIEW_INFO
INT
nCountPerRow
;
INT
nCountPerRow
;
INT
nFocusedItem
;
INT
nFocusedItem
;
INT
nItemHeight
;
INT
nItemHeight
;
INT
n
Column
Width
;
INT
n
Item
Width
;
INT
nSelectionMark
;
INT
nSelectionMark
;
SHORT
notifyFormat
;
SHORT
notifyFormat
;
RECT
rcList
;
RECT
rcList
;
RECT
rcView
;
SIZE
iconSize
;
SIZE
iconSize
;
SIZE
smallIconSpacing
;
SIZE
iconSpacing
;
SIZE
largeIconSpacing
;
UINT
uCallbackMask
;
UINT
uCallbackMask
;
HWND
hwndHeader
;
HWND
hwndHeader
;
HFONT
hDefaultFont
;
HFONT
hDefaultFont
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment